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
Merge pull request #93 from billsacks/work_on_coverage
Run a single coverage command rather than two separate commands
I was finding that, even with the '--append' flag, some of the coverage
results were getting overwritten in the second run, resulting in a
too-low coverage report.
This turns out to have no effect on the reported coverage on master, but
it fixes the coverage report for #90: without this change, some lines
that are covered only by unit tests are listed as uncovered in the final
coverage report (at least, I think that's what was going on).
User interface changes?: No
Fixes: None
Testing:
test removed: changed 'make coverage' operation
unit tests:
system tests:
manual testing:
0 commit comments