-
Notifications
You must be signed in to change notification settings - Fork 61
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
Fix to not specify the rust toolchain version everywhere #5614
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fe39447
to
b0a9133
Compare
b0a9133
to
3a6b20e
Compare
166153e
to
33cf999
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5614 +/- ##
=======================================
Coverage 86.31% 86.31%
=======================================
Files 102 102
Lines 40294 40294
=======================================
Hits 34778 34778
Misses 5516 5516
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6e2f574
to
54e94c5
Compare
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. Uses @iterion 's original suggestion
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 except for the updated snapshot images. not sure about those
@jtran force push |
71e49f0
to
54e94c5
Compare
Follow-up to #5606.
This also fixes
target
dir caching. We weren't specifying the root of our Rust workspace, so ourtarget
directory was never being cached.Options were removed because after moving to actions-rust-lang/setup-rust-toolchain:
toolchain
option is used, it looks for therust-toolchain.toml
file.override: true
is the default.default
option.Swatinem/rust-cache
is built-in.