-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
Cache cargo-tarpaulin
binary
#3071
Conversation
Test262 conformance changes
|
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.
LGTM, shame about actions-rs being unmaintained
Let's see if the binary is correctly cached... |
Nice! This should reduce our CI times by 3-5 minutes, which is the time it takes to compile tarpaulin |
Codecov Report
@@ Coverage Diff @@
## main #3071 +/- ##
=======================================
Coverage 50.43% 50.43%
=======================================
Files 445 445
Lines 45910 45910
=======================================
Hits 23154 23154
Misses 22756 22756
|
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.
Looks good to me! :)
Testing if this change improves CI times for the codecov check.
Had to use another
cargo-install
action because the originalactions-rs/cargo-install
is apparently unmaintained, and users were reporting problems with the cache (actions-rs/install#12)