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
run_tests generates a coverage report of the test suite. However it erases any previous coverage information each time it runs, this means the coverage report is incomplete for branches that depend on the Python version. Thus the coverage measured is lower than expected.
Patch incoming
The text was updated successfully, but these errors were encountered:
moreati
added a commit
to moreati/mitogen
that referenced
this issue
Feb 9, 2019
run_tests
generates a coverage report of the test suite. However it erases any previous coverage information each time it runs, this means the coverage report is incomplete for branches that depend on the Python version. Thus the coverage measured is lower than expected.Patch incoming
The text was updated successfully, but these errors were encountered: