Skip to content

Merge branch 'develop' into fix/check-block-against-state

1c77a2d
Select commit
Loading
Failed to load commit list.
Merged

Check block against state should consider the local state machine update regardless of local vs global paths #6325

Merge branch 'develop' into fix/check-block-against-state
1c77a2d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 30, 2025 in 0s

15.46% (target 80.00%)

View this Pull Request on Codecov

15.46% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 0% with 92 lines in your changes missing coverage. Please review.
✅ Project coverage is 15.46%. Comparing base (1b00198) to head (1c77a2d).

Files with missing lines Patch % Lines
stacks-node/src/tests/signer/v0.rs 0.00% 84 Missing ⚠️
stacks-signer/src/v0/signer.rs 0.00% 8 Missing ⚠️

❌ Your project check has failed because the head coverage (15.46%) 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 (1b00198) and HEAD (1c77a2d). Click for more details.

HEAD has 131 uploads less than BASE
Flag BASE (1b00198) HEAD (1c77a2d)
142 11
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6325       +/-   ##
============================================
- Coverage    72.03%   15.46%   -56.58%     
============================================
  Files          541      541               
  Lines       347771   347855       +84     
============================================
- Hits        250533    53781   -196752     
- Misses       97238   294074   +196836     
Files with missing lines Coverage Δ
stacks-signer/src/v0/signer.rs 0.00% <0.00%> (-78.35%) ⬇️
stacks-node/src/tests/signer/v0.rs 0.00% <0.00%> (-37.62%) ⬇️

... and 494 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 1b00198...1c77a2d. 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.