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

Updates codecov.io GH action #853

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Updates codecov.io GH action #853

merged 2 commits into from
Nov 8, 2024

Conversation

zslayton
Copy link
Contributor

@zslayton zslayton commented Nov 8, 2024

Fixes #851.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.26%. Comparing base (b82df6e) to head (70dbbce).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

@zslayton zslayton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗺️ PR Tour 🧭

Comment on lines -21 to +22
- name: Rust Toolchain
uses: actions-rs/toolchain@v1
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Copy link
Contributor Author

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.

Comment on lines -42 to -43
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Copy link
Contributor Author

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

https://github.com/amazon-ion/ion-rust/pull/853/files#diff-a2115d277b5ca5a2f09a999e53440839cf332b94da177f3d1766334555b0f7c6L44-L47

override: true
# Wrapper for running coverage with -C instrument-coverage
- name: Cargo Install Coverage Wrapper
uses: actions-rs/cargo@v1
Copy link
Contributor Author

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.

@zslayton zslayton changed the title experiment Updates codecov.io GH action Nov 8, 2024
@zslayton zslayton merged commit f36249e into main Nov 8, 2024
35 checks passed
@zslayton zslayton deleted the gh-actions branch November 8, 2024 14:26
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.

CodeCov uploads are failing
2 participants