go-zookeeper / zk

Native ZooKeeper client for Go
BSD 3-Clause "New" or "Revised" License
504 stars 130 forks source link

update github actions. cleanup and edits. #130

Closed jeffbean closed 4 months ago

jeffbean commented 4 months ago
  1. action/stale: debug mode shows deprecation warning of older version. update to v9 (current latest)
  2. integration_test and unittest workflows: update tiggers to prevent double trigger on PR update.
  3. action/codecov: update version, and settings for action.
  4. action/codecov: if condition on the test matrix to only run on the first matric job, removing the upload to happen for each combo in the test matrix.
  5. codecov.yaml: update threshold to what we have now at 76%. also up the patch to 80%.
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.62%. Comparing base (5527cae) to head (0f9272e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #130 +/- ## ========================================== + Coverage 76.19% 76.62% +0.43% ========================================== Files 7 7 Lines 1193 1322 +129 ========================================== + Hits 909 1013 +104 - Misses 195 217 +22 - Partials 89 92 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.