-
Notifications
You must be signed in to change notification settings - Fork 35
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
Updates codecov.io GH action #853
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
=======================================
Coverage 77.26% 77.26%
=======================================
Files 135 135
Lines 33415 33415
Branches 33415 33415
=======================================
Hits 25819 25819
Misses 5654 5654
Partials 1942 1942 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗺️ PR Tour 🧭
- name: Rust Toolchain | ||
uses: actions-rs/toolchain@v1 | ||
- name: Install Rust toolchain | ||
uses: dtolnay/rust-toolchain@stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗺️ The GH Actions owned by the actions-rs
organization are now archived and unmaintained. dtolnay/rust-toolchain
is its successor.
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗺️ Removing this as #852 added with: token
on line 35 below (hidden by default in this diff).
override: true | ||
# Wrapper for running coverage with -C instrument-coverage | ||
- name: Cargo Install Coverage Wrapper | ||
uses: actions-rs/cargo@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗺️ The actions-rs/cargo
action was a pretty thin layer around simple cargo [subcommand]
operations. I'm not sure how much value it was really adding.
Fixes #851.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.