Skip to content

Commit e719f86

Browse files
wimglennjaraco
andauthored
exclude build env from cov reporting (python#60)
* Update .coveragerc * Keep whitespace consistent. Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
1 parent 74f337f commit e719f86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
omit =
33
# leading `*/` for pytest-dev/pytest-cov#456
44
*/.tox/*
5+
*/pep517-build-env-*
56

67
[report]
78
show_missing = True

0 commit comments

Comments
 (0)