Skip to content

Commit b267c1b

Browse files
committed
Added .coveragerc to exclude the dist utilites from code coverage.
They will never be automaticaly tested as they aren't part of distributed code packages.
1 parent 015cc47 commit b267c1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[run]
2+
3+
# ignore the dist utils. They are not part of the code base
4+
# we are going to test. They are used by maintainers only.
5+
omit = roundup/dist/*

0 commit comments

Comments
 (0)