Skip to content

Commit

Permalink
fix(testing): add .coveragerc (#718)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
StephenSorriaux authored Apr 10, 2023
1 parent 33c348b commit 6dbf606
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
include =
kazoo/*
omit =
kazoo/tests/*
kazoo/testing/*

0 comments on commit 6dbf606

Please sign in to comment.