• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

hyperledger / fabric-x-committer / 22703726401
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: test-coverage-improve
DEFAULT BRANCH: main
Ran 05 Mar 2026 05:29AM UTC
Jobs 2
Files 121
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Mar 2026 05:24AM UTC coverage: 89.588% (+0.2%) from 89.424%
22703726401

Pull #316

github

cendhu
Address review comments

To support the fuzz contract:
- extractField now returns the last match for duplicate fields, matching
  proto3's last-writer-wins semantics for scalar fields. Note that proto.Marshal
  would not add duplicate fields but proto.Unmarshal parses them correctly even
  if there are duplicate fields.
- Remove the "advance past field 1" optimization in ChannelHeader parsing
  since last-writer-wins requires searching from the beginning for each field.
  Example bytes (field order): field5, field1, field5, field1
  - Last field 1 is at position 4. Advancing past it means we only search positions 5+ for field 5.
  - But the last field 5 is at position 3 — we'd miss it.

Signed-off-by: Senthilnathan <cendhu@gmail.com>

fix all bugs

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #316: Introduce UnmarshalEnvelopeLite to speed up mapBlock

122 of 151 new or added lines in 3 files covered. (80.79%)

127 existing lines in 18 files now uncovered.

9482 of 10584 relevant lines covered (89.59%)

1.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
82.81
0.55% service/sidecar/mapping.go
21
76.92
-15.38% utils/serialization/envelope.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
82.22
0.4% utils/deliver/client.go
1
87.65
-0.15% loadgen/adapters/sigverifier.go
1
79.69
-0.31% loadgen/adapters/vcservice.go
1
97.44
0.0% loadgen/workload/utils.go
1
73.47
-2.04% utils/utils.go
2
88.2
-0.62% mock/orderer.go
2
93.15
-0.81% service/coordinator/coordinator.go
2
92.2
-0.92% service/coordinator/signature_verifier_manager.go
2
83.33
-0.67% utils/connection/config.go
4
68.5
-0.79% service/sidecar/block_delivery.go
5
92.24
-0.38% service/sidecar/notify.go
7
76.92
-15.38% utils/serialization/envelope.go
8
91.41
-0.05% service/vc/committer.go
9
89.94
0.5% utils/ordererconn/conn_manager.go
11
75.51
-1.02% utils/deliver/deliver_cft.go
14
83.61
-2.11% utils/connection/server_util.go
25
83.42
0.34% service/query/query_service.go
31
85.76
-0.2% service/query/batcher.go
Jobs
ID Job ID Ran Files Coverage
1 unit-test - 22703726401.1 05 Mar 2026 05:30AM UTC 77
73.81
GitHub Action Run
2 db-test - 22703726401.2 05 Mar 2026 05:29AM UTC 121
83.25
GitHub Action Run
Source Files on build 22703726401
  • Tree
  • List 121
  • Changed 35
  • Source Changed 0
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #316
  • PR Base - main (#22625636605)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc