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

chore(ci): Replace Travis with Github Actions #652

Closed StephenSorriaux closed 2 years ago

StephenSorriaux commented 3 years ago

Fixes #651

Why is this needed?

So that CI is running again.

Proposed Changes

Does this PR introduce any breaking change?

N/A

codecov-commenter commented 3 years ago

Codecov Report

Merging #652 (8eb462f) into master (6337fd6) will increase coverage by 0.09%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #652      +/-   ##
==========================================
+ Coverage   94.16%   94.26%   +0.09%     
==========================================
  Files          56       56              
  Lines        8246     8246              
==========================================
+ Hits         7765     7773       +8     
+ Misses        481      473       -8     
Impacted Files Coverage Δ
kazoo/tests/test_build.py 87.50% <50.00%> (ø)
kazoo/tests/util.py 63.88% <83.33%> (ø)
kazoo/tests/test_client.py 98.90% <100.00%> (+0.09%) :arrow_up:
kazoo/tests/test_connection.py 98.09% <100.00%> (ø)
kazoo/tests/test_queue.py 97.12% <100.00%> (ø)
kazoo/tests/test_sasl.py 87.06% <100.00%> (ø)
kazoo/recipe/lock.py 98.29% <0.00%> (ø)
kazoo/client.py 98.41% <0.00%> (+0.15%) :arrow_up:
kazoo/tests/test_lock.py 98.89% <0.00%> (+0.18%) :arrow_up:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6337fd6...8eb462f. Read the comment docs.

StephenSorriaux commented 3 years ago

@bbangert I don't think I have rights to remove the continuous-integration/travis-ci checks from being required (or even there at all?), is this something you can update?

StephenSorriaux commented 3 years ago

Gentle ping @bbangert

StephenSorriaux commented 2 years ago

Another ping @bbangert :pleading_face:, if you have some times to look at the secret so that I can merge this. Thank you