Skip to content

Commit

Permalink
Attempt to simplify configuration for coveragepy
Browse files Browse the repository at this point in the history
Omit path equivalence to see if logs are still usable.
  • Loading branch information
abravalheri committed Feb 8, 2022
1 parent 0800e77 commit fa281e7
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
[run]
source_pkgs =
source =
setuptools
pkg_resources
omit =
# leading `*/` for pytest-dev/pytest-cov#456
*/_vendor/*
*/_distutils/*
*/tests/*
*/test_*

[paths]
setuptools =
setuptools/
*/site-packages/setuptools/
*/pip-install-*/setuptools_*/setuptools/
*/tmp*/setuptools
pkg_resources =
pkg_resources/
*/site-packages/pkg_resources/
*/pip-install-*/setuptools_*/pkg_resources/
*/tmp*/pkg_resources

[report]
show_missing = True

0 comments on commit fa281e7

Please sign in to comment.