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

hyperledger / fabric-x-committer / 23726598826
91%

Build:
DEFAULT BRANCH: main
Ran 30 Mar 2026 03:31AM UTC
Jobs 2
Files 123
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

30 Mar 2026 03:25AM UTC coverage: 91.506%. First build
23726598826

push

github

web-flow
[build] Unify build of all CMDs (#485)

#### Type of change

- Improvement (improvement to code, performance, etc)
 
#### Description

#### Optimize build targets to use single `go build` command

Refactored the Makefile build targets to build all binaries in a single
`go build ./cmd/...` invocation instead of building each binary
separately, improving build speed.

#### Changes
- **`make build`**: Now builds all 3 binaries (committer, loadgen, mock)
in one command instead of 3 separate builds
- **`make build-release`**: Builds all binaries per architecture in one
command (3 builds total instead of 9)
- Uses a marker-based approach with `BUILD_CMD:=committer` to track
build completion while building all binaries together
- Maintains proper incremental build support via Make's dependency
tracking

#### Benefits
- **3x faster dev builds**: Single build command instead of 3
- **3x faster release builds**: One build per architecture instead of 3
per architecture
- Cleaner, more maintainable code

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

10041 of 10973 relevant lines covered (91.51%)

40987.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 db-test - 23726598826.1 30 Mar 2026 03:31AM UTC 123
84.76
GitHub Action Run
2 unit-test - 23726598826.2 30 Mar 2026 03:31AM UTC 79
75.27
GitHub Action Run
Source Files on build 23726598826
  • Tree
  • List 123
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 41a95e3d on github
  • Prev Build on main (#23579582102)
  • Next Build on main (#23733505976)
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