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

hyperledger / fabric-x-committer / 22315506234
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: test-coverage-improve
DEFAULT BRANCH: main
Ran 23 Feb 2026 04:43PM UTC
Jobs 2
Files 118
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

23 Feb 2026 04:34PM UTC coverage: 88.844% (-0.2%) from 89.008%
22315506234

Pull #376

github

cendhu
fix TestCommitterReleaseImagesWithTLS

Root cause: ExposePort() used HostPort: "" with go-dockerclient's
PortBinding, which has json:"HostPort,omitempty". The omitempty
tag drops the empty string during JSON serialization, so Docker
never receives a HostPort field and defaults to binding the
container's own port number (5433) on the host. When parallel
subtests each try to bind host port 5433, only the first wins.

Fix: HostPort: "" → HostPort: "0". The string "0" explicitly
tells Docker to auto-assign an ephemeral port, and being non-empty,
it survives omitempty serialization.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #376: fix TestCommitterReleaseImagesWithTLS

9182 of 10335 relevant lines covered (88.84%)

1.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
77.67
-0.97% utils/deliver/deliver_cft.go
1
89.52
-0.95% loadgen/adapters/common.go
4
95.74
-4.26% service/verifier/verifier_server.go
4
95.24
-2.38% mock/coordinator.go
4
66.14
-3.15% service/sidecar/block_delivery.go
10
82.8
-2.69% service/vc/database.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 22315506234.1 23 Feb 2026 04:43PM UTC 118
83.04
GitHub Action Run
2 unit-test - 22315506234.2 23 Feb 2026 04:44PM UTC 74
66.64
GitHub Action Run
Source Files on build 22315506234
  • Tree
  • List 118
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #376
  • PR Base - main (#22306426023)
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