Fix: burn view calculations in signer #6782
Merged
Codecov / codecov/project
failed
Jan 8, 2026 in 1s
74.18% (target 80.00%)
View this Pull Request on Codecov
74.18% (target 80.00%)
Details
Codecov Report
❌ Patch coverage is 55.43131% with 279 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.18%. Comparing base (267c7ef) to head (911924b).
❌ Your project check has failed because the head coverage (74.18%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files
@@ Coverage Diff @@
## release/3.3.0.0.4 #6782 +/- ##
=====================================================
- Coverage 78.40% 74.18% -4.23%
=====================================================
Files 585 587 +2
Lines 361384 361777 +393
=====================================================
- Hits 283360 268373 -14987
- Misses 78024 93404 +15380 | Files with missing lines | Coverage Δ | |
|---|---|---|
| clarity-types/src/errors/mod.rs | 75.55% <ø> (ø) |
|
| clarity-types/src/tests/types/signatures.rs | 94.58% <100.00%> (-4.54%) |
⬇️ |
| clarity-types/src/types/signatures.rs | 92.21% <100.00%> (-0.12%) |
⬇️ |
| stacks-node/src/tests/signer/mod.rs | 71.32% <100.00%> (+1.90%) |
⬆️ |
| stacks-signer/src/chainstate/mod.rs | 89.66% <100.00%> (+1.47%) |
⬆️ |
| stacks-signer/src/chainstate/tests/mod.rs | 100.00% <100.00%> (ø) |
|
| stacks-signer/src/chainstate/tests/v1.rs | 97.31% <100.00%> (-2.69%) |
⬇️ |
| stacks-signer/src/client/stacks_client.rs | 84.33% <100.00%> (-4.47%) |
⬇️ |
| stacks-signer/src/v0/signer_state.rs | 75.57% <100.00%> (+4.45%) |
⬆️ |
| stackslib/src/net/api/mod.rs | 93.33% <100.00%> (+0.18%) |
⬆️ |
| ... and 11 more |
... and 248 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 267c7ef...911924b. 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.
Loading