Skip to content

Commit c063e25

Browse files
Merge pull request #5193 from theotherjimmy/omit-lib-coverage
Omit libraries and tests from tools coverage numbers
2 parents 01c864e + e6cb907 commit c063e25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.coveragerc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[run]
2+
omit =
3+
*/usr/local/lib*
4+
*/tools/test/*
5+
6+
[report]
7+
omit =
8+
*/usr/local/lib*
9+
*/tools/test/*

0 commit comments

Comments
 (0)