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

Rearrange warning configuration #1740

Merged
merged 4 commits into from
Oct 13, 2023
Merged

Rearrange warning configuration #1740

merged 4 commits into from
Oct 13, 2023

Conversation

briansmith
Copy link
Owner

See the individual commits for details. The goal here is to improve the IDE and edit-test cycle experience.

Don't warn during `cargo build` or `cargo test`, but deny them
in `mk/clippy.sh` so that they are caught in CI. Limit `cargo build`
warnings to things that matter during the edit/test cycle.
@briansmith briansmith self-assigned this Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #1740 (db16d4c) into main (8edeead) will increase coverage by 2.19%.
Report is 5 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1740      +/-   ##
==========================================
+ Coverage   93.92%   96.12%   +2.19%     
==========================================
  Files         137      137              
  Lines       20548    20548              
  Branches      217      217              
==========================================
+ Hits        19299    19751     +452     
+ Misses       1213      760     -453     
- Partials       36       37       +1     
Files Coverage Δ
src/lib.rs 34.61% <ø> (ø)

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@briansmith briansmith merged commit e7aedb2 into main Oct 13, 2023
@briansmith briansmith deleted the b/clippy branch October 13, 2023 23:11
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.

1 participant