Skip to content

Commit

Permalink
exclude build env from cov reporting (#60)
Browse files Browse the repository at this point in the history
* Update .coveragerc

* Keep whitespace consistent.

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  • Loading branch information
wimglenn and jaraco committed Jun 5, 2022
1 parent 74f337f commit e719f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
omit =
# leading `*/` for pytest-dev/pytest-cov#456
*/.tox/*
*/pep517-build-env-*

[report]
show_missing = True

0 comments on commit e719f86

Please sign in to comment.