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

Warn on clippy::cast_possible_truncation #3557

Merge branch 'main' into clippy-cast-possible-truncation

225388c
Select commit
Loading
Failed to load commit list.
Merged

Warn on clippy::cast_possible_truncation #3557

Merge branch 'main' into clippy-cast-possible-truncation
225388c
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project/firecracker succeeded Oct 9, 2023 in 0s

82.98% (target 80.00%)

View this Pull Request on Codecov

82.98% (target 80.00%)

Details

Codecov Report

Attention: 35 lines in your changes are missing coverage. Please review.

Comparison is base (9dc52b7) 82.99% compared to head (225388c) 82.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3557      +/-   ##
==========================================
- Coverage   82.99%   82.98%   -0.01%     
==========================================
  Files         223      223              
  Lines       28448    28508      +60     
==========================================
+ Hits        23609    23656      +47     
- Misses       4839     4852      +13     
Files Coverage Δ
src/firecracker/src/metrics.rs 84.90% <ø> (ø)
src/jailer/src/main.rs 79.00% <100.00%> (ø)
src/rebase-snap/src/main.rs 61.95% <100.00%> (ø)
src/seccompiler/src/backend.rs 98.50% <100.00%> (+0.01%) ⬆️
src/seccompiler/src/common.rs 100.00% <ø> (ø)
src/seccompiler/src/lib.rs 96.61% <100.00%> (-0.06%) ⬇️
src/snapshot-editor/src/edit_memory.rs 66.66% <100.00%> (ø)
src/utils/src/lib.rs 92.30% <100.00%> (+6.59%) ⬆️
src/utils/src/net/mac.rs 100.00% <100.00%> (ø)
src/utils/src/vm_memory.rs 92.91% <100.00%> (ø)
... and 74 more

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