Skip to content

Commit e5b7d87

Browse files
authored
Merge pull request #390 from python/bugfix/noisy-coverage
Exclude pip-run from coverage. It's just noise.
2 parents b88340b + ebb57b1 commit e5b7d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ omit =
77
prepare/*
88
*/_itertools.py
99
exercises.py
10+
*/pip-run-*
1011

1112
[report]
1213
show_missing = True

0 commit comments

Comments
 (0)