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

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

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

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

20 existing lines in 8 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
98.78
1.22% mock/sigverifier.go
2
95.74
-2.13% service/verifier/verifier_server.go
2
92.2
-0.92% service/coordinator/signature_verifier_manager.go
2
90.35
-0.88% service/coordinator/validator_committer_manager.go
4
93.16
-1.71% service/vc/validator_committer_service.go
7
76.92
-15.38% utils/serialization/envelope.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 22703922269.1 05 Mar 2026 05:37AM UTC 121
83.3
GitHub Action Run
2 unit-test - 22703922269.2 05 Mar 2026 05:38AM UTC 77
73.84
GitHub Action Run
Source Files on build 22703922269
  • Tree
  • List 121
  • Changed 26
  • Source Changed 0
  • Coverage Changed 26
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