python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 386 forks source link

fix(testing): add `.coveragerc` #718

Closed StephenSorriaux closed 1 year ago

StephenSorriaux commented 1 year ago

Why is this needed?

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.

Proposed Changes

Does this PR introduce any breaking change?

No, only good stuff here.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +1.50 :tada:

Comparison is base (33c348b) 94.78% compared to head (1d692d6) 96.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #718 +/- ## ========================================== + Coverage 94.78% 96.28% +1.50% ========================================== Files 57 27 -30 Lines 8339 3554 -4785 ========================================== - Hits 7904 3422 -4482 + Misses 435 132 -303 ``` [see 35 files with indirect coverage changes](https://codecov.io/gh/python-zk/kazoo/pull/718/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.