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

refactor: delete backup travis config #705

Closed jeffwidman closed 1 year ago

jeffwidman commented 1 year ago

We seem pretty happy with GitHub Actions, and now that Travis is owned by PE their product seems to have gone downhill so even if we were looking for an alternative, I don't think Travis would be it. Regardless, this backup will still remain in git history, so no point in duplicating version control via .bak files.

codecov[bot] commented 1 year ago

Codecov Report

Base: 94.63% // Head: 94.49% // Decreases project coverage by -0.15% :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #705 +/- ## ========================================== - Coverage 94.63% 94.49% -0.15% ========================================== Files 57 57 Lines 8339 8339 ========================================== - Hits 7892 7880 -12 - Misses 447 459 +12 ``` | [Impacted Files](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk) | Coverage Δ | | |---|---|---| | [kazoo/tests/test\_gevent\_handler.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vdGVzdHMvdGVzdF9nZXZlbnRfaGFuZGxlci5weQ==) | `77.46% <0.00%> (-2.12%)` | :arrow_down: | | [kazoo/recipe/barrier.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vcmVjaXBlL2JhcnJpZXIucHk=) | `97.93% <0.00%> (-2.07%)` | :arrow_down: | | [kazoo/recipe/queue.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vcmVjaXBlL3F1ZXVlLnB5) | `96.17% <0.00%> (-1.28%)` | :arrow_down: | | [kazoo/protocol/connection.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vcHJvdG9jb2wvY29ubmVjdGlvbi5weQ==) | `96.07% <0.00%> (-0.62%)` | :arrow_down: | | [kazoo/client.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vY2xpZW50LnB5) | `97.76% <0.00%> (-0.48%)` | :arrow_down: | | [kazoo/tests/test\_\_connection.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vdGVzdHMvdGVzdF9fY29ubmVjdGlvbi5weQ==) | `97.76% <0.00%> (-0.38%)` | :arrow_down: | | [kazoo/tests/test\_client.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vdGVzdHMvdGVzdF9jbGllbnQucHk=) | `98.60% <0.00%> (-0.20%)` | :arrow_down: | | [kazoo/tests/test\_lock.py](https://codecov.io/gh/python-zk/kazoo/pull/705?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/testing/harness.py](https://codecov.io/gh/python-zk/kazoo/pull/705?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/tests/test\_eventlet\_handler.py](https://codecov.io/gh/python-zk/kazoo/pull/705?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-zk#diff-a2F6b28vdGVzdHMvdGVzdF9ldmVudGxldF9oYW5kbGVyLnB5) | `89.61% <0.00%> (+1.09%)` | :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.