You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im working on getting branch coverage for my project and its working fine using simplecov. Thank you.
I am using line and branch coverage.
Actually Line covered/not covered shows for all the files(including files which don't have _spec files )
My problem here is:
Uncovered conditions shows - even-though there are conditions in the mentioned file.
So in this case, Im having line coverage % < branch coverage in overall.
generated .resultset.json don't have data for branches for the .rb files which don't have corresponding _spec files.
Do I need to add any setting to fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Team,
Im working on getting branch coverage for my project and its working fine using simplecov. Thank you.
I am using line and branch coverage.
Actually Line covered/not covered shows for all the files(including files which don't have _spec files )
My problem here is:
Uncovered conditions shows - even-though there are conditions in the mentioned file.
So in this case, Im having line coverage % < branch coverage in overall.
generated .resultset.json don't have data for branches for the .rb files which don't have corresponding _spec files.
Do I need to add any setting to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: