-
Notifications
You must be signed in to change notification settings - Fork 6
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
Quicken CI #140
Quicken CI #140
Conversation
Codecov Report
@@ Coverage Diff @@
## main #140 +/- ##
==========================================
+ Coverage 89.98% 90.76% +0.77%
==========================================
Files 39 40 +1
Lines 3176 3540 +364
==========================================
+ Hits 2858 3213 +355
- Misses 318 327 +9 see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Huge wins for CI.
This is an outstanding improvement! |
FWIW in AccessKit CI we use dtolnay/install: it is probably as fast, but definitely more readable. And it would be able to install all the binaries you need. Also, I really don't see the benefits of running clippy for stable and beta. Why not running it on nightly only like everyone else does these days? |
I didn't know it was common to do that. I don't see any reasin why not, as long as nightly is stricter. The concern is that I don't want to be chasing down lints that end up not getting added to stable anyways. |
I'll give this a look in my PR and see if that works just as easily. Thanks for the tip! |
I think it never happened to us once, and we have set up our CI more than two years ago now. clippy probably reached some sort of maturity at this point. |
No description provided.