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

docs: there are more than 50 contributors now #703

Closed jeffwidman closed 1 year ago

jeffwidman commented 1 year ago

Github reports 105 on the project homepage, details:
https://github.com/python-zk/kazoo/graphs/contributors

codecov[bot] commented 1 year ago

Codecov Report

Base: 94.63% // Head: 94.68% // Increases project coverage by +0.04% :tada:

Coverage data is based on head (7421256) compared to base (8f608f8). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #703 +/- ## ========================================== + Coverage 94.63% 94.68% +0.04% ========================================== Files 57 57 Lines 8339 8339 ========================================== + Hits 7892 7896 +4 + Misses 447 443 -4 ``` | [Impacted Files](https://codecov.io/gh/python-zk/kazoo/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk) | Coverage Δ | | |---|---|---| | [kazoo/recipe/barrier.py](https://codecov.io/gh/python-zk/kazoo/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vcmVjaXBlL2JhcnJpZXIucHk=) | `98.96% <0.00%> (-1.04%)` | :arrow_down: | | [kazoo/client.py](https://codecov.io/gh/python-zk/kazoo/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vY2xpZW50LnB5) | `98.40% <0.00%> (+0.15%)` | :arrow_up: | | [kazoo/tests/test\_lock.py](https://codecov.io/gh/python-zk/kazoo/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vdGVzdHMvdGVzdF9sb2NrLnB5) | `98.95% <0.00%> (+0.17%)` | :arrow_up: | | [kazoo/protocol/connection.py](https://codecov.io/gh/python-zk/kazoo/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vcHJvdG9jb2wvY29ubmVjdGlvbi5weQ==) | `96.90% <0.00%> (+0.20%)` | :arrow_up: | | [kazoo/testing/harness.py](https://codecov.io/gh/python-zk/kazoo/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vdGVzdGluZy9oYXJuZXNzLnB5) | `98.34% <0.00%> (+0.82%)` | :arrow_up: | | [kazoo/handlers/eventlet.py](https://codecov.io/gh/python-zk/kazoo/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vaGFuZGxlcnMvZXZlbnRsZXQucHk=) | `100.00% <0.00%> (+0.98%)` | :arrow_up: | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.