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
run_testsgenerates 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