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

Fix rust 1.78 clippy warnings #1035

Merged
merged 1 commit into from
May 2, 2024

Conversation

andyleiserson
Copy link
Collaborator

No description provided.

@andyleiserson
Copy link
Collaborator Author

I am still having trouble locally with the sharded shuffle shuttle test, curious if that also shows up in CI.

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.56%. Comparing base (762393b) to head (262fc92).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1035      +/-   ##
==========================================
+ Coverage   90.24%   90.56%   +0.31%     
==========================================
  Files         172      173       +1     
  Lines       25727    26089     +362     
==========================================
+ Hits        23218    23627     +409     
+ Misses       2509     2462      -47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -99,7 +99,7 @@ check "Web tests" \
cargo test -p ipa-core --no-default-features --features "cli web-app real-world-infra test-fixture descriptive-gate"

check "Concurrency tests" \
cargo test -p ipa-core --release --features shuttle
cargo test -p ipa-core --release --features "shuttle multi-threading"
Copy link
Collaborator

Choose a reason for hiding this comment

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

not sure if this is an accidental change or no - I don't have a preference which test to run as long as we run both on CI

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was intentional, trying to make pre-commit closer to what CI is running.

@andyleiserson andyleiserson merged commit 20c89ed into private-attribution:main May 2, 2024
11 checks passed
@andyleiserson andyleiserson deleted the rust-1.78 branch May 2, 2024 19:55
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.

2 participants