Skip to content

Add support for multiple blocks per epoch and chainstate reuse

857c0f9
Select commit
Loading
Failed to load commit list.
Merged

Feat/aac testing boiler plate #6531

Add support for multiple blocks per epoch and chainstate reuse
857c0f9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 30, 2025 in 1s

8.18% (target 80.00%)

View this Pull Request on Codecov

8.18% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 0% with 1554 lines in your changes missing coverage. Please review.
✅ Project coverage is 8.18%. Comparing base (5934517) to head (857c0f9).
⚠️ Report is 83 commits behind head on develop.

Files with missing lines Patch % Lines
stackslib/src/chainstate/tests/mod.rs 0.00% 723 Missing ⚠️
stackslib/src/chainstate/tests/consensus.rs 0.00% 602 Missing ⚠️
stackslib/src/net/tests/mod.rs 0.00% 171 Missing ⚠️
stackslib/src/chainstate/nakamoto/tests/node.rs 0.00% 58 Missing ⚠️

❌ Your project check has failed because the head coverage (8.18%) 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 (5934517) and HEAD (857c0f9). Click for more details.

HEAD has 134 uploads less than BASE
Flag BASE (5934517) HEAD (857c0f9)
141 7
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6531       +/-   ##
============================================
- Coverage    75.36%    8.18%   -67.18%     
============================================
  Files          565      568        +3     
  Lines       345043   347203     +2160     
============================================
- Hits        260037    28420   -231617     
- Misses       85006   318783   +233777     
Files with missing lines Coverage Δ
stackslib/src/chainstate/nakamoto/tests/node.rs 0.39% <0.00%> (-83.29%) ⬇️
stackslib/src/net/tests/mod.rs 0.00% <0.00%> (-97.10%) ⬇️
stackslib/src/chainstate/tests/consensus.rs 0.00% <0.00%> (ø)
stackslib/src/chainstate/tests/mod.rs 0.00% <0.00%> (ø)

... and 527 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 5934517...857c0f9. 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.