Skip to content

[chain] Add payment-channels - #26

Open
BrendanChou wants to merge 12 commits into
mainfrom
sessions-demo
Open

[chain] Add payment-channels#26
BrendanChou wants to merge 12 commits into
mainfrom
sessions-demo

Simplify explorer client

2c4c83e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 14, 2026 in 1s

73.21% (+1.18%) compared to 32dcd1b

View this Pull Request on Codecov

73.21% (+1.18%) compared to 32dcd1b

Details

Codecov Report

❌ Patch coverage is 72.24766% with 1273 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.21%. Comparing base (32dcd1b) to head (2c4c83e).

Files with missing lines Patch % Lines
bin/operator/src/main.rs 4.32% 487 Missing ⚠️
bin/spammer/src/channels.rs 24.79% 367 Missing ⚠️
bin/spammer/src/main.rs 5.49% 172 Missing ⚠️
crates/application/src/operator/service.rs 93.52% 47 Missing ⚠️
crates/indexer/src/client.rs 36.23% 44 Missing ⚠️
crates/indexer/src/facade.rs 70.79% 33 Missing ⚠️
crates/indexer/src/publisher/block.rs 90.04% 21 Missing ⚠️
bin/spammer/src/signer.rs 4.76% 20 Missing ⚠️
bin/spammer/src/submitter.rs 82.40% 19 Missing ⚠️
crates/application/src/consensus/execution.rs 93.91% 14 Missing ⚠️
... and 12 more
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   72.02%   73.21%   +1.18%     
==========================================
  Files          50       61      +11     
  Lines       12234    15931    +3697     
==========================================
+ Hits         8812    11664    +2852     
- Misses       3422     4267     +845     
Files with missing lines Coverage Δ
bin/operator/src/content.rs 100.00% <100.00%> (ø)
bin/spammer/src/cli.rs 100.00% <100.00%> (ø)
bin/spammer/src/config.rs 92.64% <100.00%> (+4.64%) ⬆️
crates/application/src/consensus/db.rs 95.23% <100.00%> (+0.69%) ⬆️
crates/application/src/consensus/lifecycle.rs 88.23% <100.00%> (ø)
crates/application/src/consensus/mod.rs 66.66% <ø> (ø)
crates/application/src/operator/lifecycle.rs 100.00% <100.00%> (ø)
crates/indexer/src/publisher/qmdb.rs 93.34% <100.00%> (+0.19%) ⬆️
crates/indexer/src/sql_schema.rs 98.83% <100.00%> (-0.24%) ⬇️
crates/mempool/src/mocks.rs 86.76% <100.00%> (ø)
... and 30 more

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32dcd1b...2c4c83e. 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.