• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

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

Build:
Build:
LAST BUILD BRANCH: test-coverage-improve
DEFAULT BRANCH: main
Ran 05 Mar 2026 05:48AM 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:43AM UTC coverage: 89.635% (-0.1%) from 89.782%
22704208289

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%)

14 existing lines in 6 files now uncovered.

9487 of 10584 relevant lines covered (89.64%)

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
89.52
-0.95% loadgen/adapters/common.go
1
86.42
-1.23% loadgen/adapters/sigverifier.go
1
96.34
-1.22% mock/sigverifier.go
2
92.2
-0.92% service/coordinator/signature_verifier_manager.go
2
91.23
0.0% service/coordinator/validator_committer_manager.go
7
76.92
-15.38% utils/serialization/envelope.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 22704208289.1 05 Mar 2026 05:48AM UTC 121
83.29
GitHub Action Run
2 unit-test - 22704208289.2 05 Mar 2026 05:49AM UTC 77
73.86
GitHub Action Run
Source Files on build 22704208289
  • Tree
  • List 121
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #316
  • PR Base - main (#22667113294)
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