Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update github actions. cleanup and edits. #130

Merged
merged 5 commits into from
Apr 28, 2024
Merged

Conversation

jeffbean
Copy link

@jeffbean jeffbean commented Apr 27, 2024

  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%.

debug mode shows deprecation warning of older version. update to v9 (current latest)
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Update the code coverage job to only run on one matrix so we stop uploading 4 copies of the same coverage report.

also cleanup actions from the github action linting suggestions.
@jeffbean jeffbean changed the title update stale action version to latest update github actions. cleanup and edits. Apr 28, 2024
@jeffbean jeffbean merged commit 3ac3132 into master Apr 28, 2024
10 checks passed
@jeffbean jeffbean deleted the update-stale-action branch April 28, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant