Skip to content

Commit 6dbf606

Browse files
fix(testing): add .coveragerc (#718)
This fixes the `coverage` configuration that is wrongly giving a test coverage for the `tests` and `testing` folders and ends up "blocking" PR because of `codecov`.
1 parent 33c348b commit 6dbf606

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.coveragerc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[run]
2+
include =
3+
kazoo/*
4+
omit =
5+
kazoo/tests/*
6+
kazoo/testing/*

0 commit comments

Comments
 (0)