-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coverage: ensure that "coverage clean" does its job (#872)
- removed parameters from "coverage run" as they should be read from the .coveragerc file. - moved the contents of .coveragerc file to tox.ini and removed 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. - "coverage" will now generate coverage data to tox temp directory instead of the project root. misc: - moved all tool configs to the upper part of the tox.ini file. - renamed "coverage" to "coveragereport" to better reflect the what the environment does. Supersedes #871 Signed-off-by: Mustafa Kemal Gilor <[email protected]>
- Loading branch information
Showing
3 changed files
with
48 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters