Skip to content

Merge branch 'develop' into feat/34-post-conditions

fee2a49
Select commit
Loading
Failed to load commit list.
Merged

feat: implement new post-condition features #6885

Merge branch 'develop' into feat/34-post-conditions
fee2a49
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2026 in 0s

68.84% (+14.15%) compared to 2847ab5

View this Pull Request on Codecov

68.84% (+14.15%) compared to 2847ab5

Details

Codecov Report

❌ Patch coverage is 91.46006% with 31 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.84%. Comparing base (2847ab5) to head (fee2a49).

Files with missing lines Patch % Lines
stackslib/src/chainstate/stacks/transaction.rs 71.25% 23 Missing ⚠️
stackslib/src/chainstate/stacks/db/transactions.rs 97.68% 6 Missing ⚠️
stackslib/src/chainstate/stacks/block.rs 88.88% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6885       +/-   ##
============================================
+ Coverage    54.68%   68.84%   +14.15%     
============================================
  Files          412      412               
  Lines       218662   218984      +322     
  Branches       338      338               
============================================
+ Hits        119571   150750    +31179     
+ Misses       99091    68234    -30857     
Files with missing lines Coverage Δ
stacks-common/src/types/mod.rs 79.82% <100.00%> (+6.34%) ⬆️
stackslib/src/chainstate/stacks/mod.rs 77.99% <100.00%> (+10.96%) ⬆️
stackslib/src/clarity_vm/clarity.rs 80.53% <100.00%> (+17.99%) ⬆️
stackslib/src/chainstate/stacks/block.rs 70.83% <88.88%> (+30.85%) ⬆️
stackslib/src/chainstate/stacks/db/transactions.rs 55.99% <97.68%> (+38.56%) ⬆️
stackslib/src/chainstate/stacks/transaction.rs 62.99% <71.25%> (+26.06%) ⬆️

... and 296 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 2847ab5...fee2a49. 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.