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

hyperledger / fabric-x-committer / 30786649713
91%

Build:
DEFAULT BRANCH: main
Ran 03 Aug 2026 05:19AM UTC
Jobs 3
Files 131
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

03 Aug 2026 05:15AM UTC coverage: 91.255% (-0.06%) from 91.314%
30786649713

push

github

web-flow
[utils] Correct the comments on writing to an optional channel output (#726)

#### Type of change

- Documentation update

#### Description

- `deliver` and `deliverorderer` treat a nil output channel as an output
the caller does not want.
The comments claimed the write "will be no-op if the output buffer is
nil", which is wrong
twice over: a send on a nil channel blocks forever rather than doing
nothing, and
`channel.Write` in fact reports such a write as failed. Both call sites
ignore the result, so the
  behavior was always correct — only the comments were not.
- Document the same contract on `channel.NewWriter`, where it belongs,
so it is not re-derived at
  each call site.

#### Related issues

- resolves #722

Signed-off-by: Liran Funaro <liran.funaro@gmail.com>

4 of 4 new or added lines in 2 files covered. (100.0%)

16 existing lines in 6 files now uncovered.

10539 of 11549 relevant lines covered (91.25%)

33219.37 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
86.08
-3.09% utils/serve/start_serve.go
3
81.01
0.19% service/sidecar/sidecar.go
2
92.63
0.0% service/coordinator/validator_committer_manager.go
2
92.35
-0.53% mock/orderer.go
2
94.42
-0.86% service/coordinator/coordinator.go
1
80.33
-1.64% utils/utils.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 30786649713.1 03 Aug 2026 05:20AM UTC 131
78.93
GitHub Action Run
2 core-db-test - 30786649713.2 03 Aug 2026 05:19AM UTC 100
46.55
GitHub Action Run
3 unit-test - 30786649713.3 03 Aug 2026 05:21AM UTC 95
84.7
GitHub Action Run
Source Files on build 30786649713
  • Tree
  • List 131
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 931617a7 on github
  • Prev Build on main (#30786611240)
  • Next Build on main (#30786723857)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc