Skip to content

fix: clippy:mismatched-lifetime-syntaxes

923f715
Select commit
Loading
Failed to load commit list.
Merged

fix: clippy issue due to rust 1.89.0 update #6356

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

6.35% (target 80.00%)

View this Pull Request on Codecov

6.35% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 28.57143% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 6.35%. Comparing base (762e44b) to head (923f715).

Files with missing lines Patch % Lines
...tackslib/src/chainstate/nakamoto/staging_blocks.rs 0.00% 3 Missing ⚠️
clarity/src/vm/database/clarity_store.rs 0.00% 2 Missing ⚠️
clarity/src/vm/database/sqlite.rs 33.33% 2 Missing ⚠️
clarity/src/vm/tests/mod.rs 0.00% 2 Missing ⚠️
clarity/src/vm/contexts.rs 0.00% 1 Missing ⚠️
stacks-common/src/bitvec.rs 0.00% 1 Missing ⚠️
...common/src/deps_common/bitcoin/blockdata/script.rs 0.00% 1 Missing ⚠️
stacks-common/src/types/sqlite.rs 50.00% 1 Missing ⚠️
stacks-common/src/util/vrf.rs 0.00% 1 Missing ⚠️
stacks-node/src/event_dispatcher.rs 0.00% 1 Missing ⚠️

❌ Your project check has failed because the head coverage (6.35%) 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 (762e44b) and HEAD (923f715). Click for more details.

HEAD has 88 uploads less than BASE
Flag BASE (762e44b) HEAD (923f715)
89 1
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6356       +/-   ##
============================================
- Coverage    55.06%    6.35%   -48.72%     
============================================
  Files          552      552               
  Lines       351807   351807               
============================================
- Hits        193727    22343   -171384     
- Misses      158080   329464   +171384     
Files with missing lines Coverage Δ
clarity/src/vm/analysis/type_checker/contexts.rs 60.49% <100.00%> (-34.57%) ⬇️
stacks-common/src/util/macros.rs 58.76% <100.00%> (-17.87%) ⬇️
stackslib/src/clarity_vm/clarity.rs 9.25% <100.00%> (-55.34%) ⬇️
stackslib/src/util_lib/db.rs 59.93% <100.00%> (-19.88%) ⬇️
clarity/src/vm/contexts.rs 32.25% <0.00%> (-50.42%) ⬇️
stacks-common/src/bitvec.rs 0.00% <0.00%> (-46.13%) ⬇️
...common/src/deps_common/bitcoin/blockdata/script.rs 7.31% <0.00%> (-40.53%) ⬇️
stacks-common/src/types/sqlite.rs 69.23% <50.00%> (-30.77%) ⬇️
stacks-common/src/util/vrf.rs 24.73% <0.00%> (-46.85%) ⬇️
stacks-node/src/event_dispatcher.rs 0.00% <0.00%> (-66.65%) ⬇️
... and 4 more

... and 465 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 762e44b...923f715. 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.