Closed xmkg closed 6 months ago
We should also find a way to capture the interrupt signal and call the 'coverage clean'.
We should also find a way to capture the interrupt signal and call the 'coverage clean'.
This is done.
Now added the optional '-coverage' to py3 so we're now able to skip coverage related stuff on py3 env run.
So I've made a few significant changes:
I think the patch is now much cleaner.
nice cleanups in the final stage! lgtm!
removed parameters from "coverage run" as they should be read from the .coveragerc file.
"coverage clean" now can see "coverage run" is being executed in parallel mode and can now clean the artifacts properly.
tox:testenv:coverage now runs "coverage clean" after the coverage report generation.
Supersedes #871