Skip to content

fix: clippy::mismatched-lifetime-syntaxes

0c5720d
Select commit
Loading
Failed to load commit list.
Merged

fix: more clippy::mismatched-lifetime-syntaxes due to rust update 1.89.0 #6360

fix: clippy::mismatched-lifetime-syntaxes
0c5720d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 8, 2025 in 0s

15.07% (target 80.00%)

View this Pull Request on Codecov

15.07% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 22.72727% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 15.07%. Comparing base (c21aea7) to head (0c5720d).

Files with missing lines Patch % Lines
stackslib/src/net/tests/convergence.rs 26.31% 14 Missing ⚠️
stackslib/src/chainstate/stacks/index/marf.rs 0.00% 2 Missing ⚠️
stackslib/src/net/tests/download/epoch2x.rs 0.00% 1 Missing ⚠️

❌ Your project check has failed because the head coverage (15.07%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (c21aea7) and HEAD (0c5720d). Click for more details.

HEAD has 101 uploads less than BASE
Flag BASE (c21aea7) HEAD (0c5720d)
108 7
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6360       +/-   ##
============================================
- Coverage    75.81%   15.07%   -60.74%     
============================================
  Files          552      552               
  Lines       351807   351816        +9     
============================================
- Hits        266724    53038   -213686     
- Misses       85083   298778   +213695     
Files with missing lines Coverage Δ
stackslib/src/net/tests/download/epoch2x.rs 0.00% <0.00%> (ø)
stackslib/src/chainstate/stacks/index/marf.rs 55.35% <0.00%> (-27.26%) ⬇️
stackslib/src/net/tests/convergence.rs 36.85% <26.31%> (-56.41%) ⬇️

... and 515 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c21aea7...0c5720d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.