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

maruina / go-infrabin / 18808623444
56%

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2025 09:20PM UTC
Jobs 1
Files 14
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

25 Oct 2025 09:18PM UTC coverage: 48.485%. Remained the same
18808623444

push

github

web-flow
Optimize Docker build and CI workflow for faster PR feedback (#407)

* Optimize Docker build and CI workflow for faster builds

- Restructure Dockerfile layer caching by copying go.mod/go.sum first
- Remove tests from Docker build (tests run in dedicated CI job)
- Fix FROM/AS casing to uppercase for consistency
- Add Go module caching to CI with actions/cache@v4
- Implement build matrix for parallel platform builds (linux/amd64, linux/arm64)
- Adopt Docker's push-by-digest pattern for multi-arch images
- Add docker/metadata-action for consistent tag generation
- Enable GitHub Actions cache for Docker layers with per-platform scopes
- Set fail-fast: false to ensure both platforms always build
- Separate build validation (tests) from Docker image creation

These changes reduce PR build time from ~17m to ~8-9m (~50% faster) while
validating both architectures in parallel.

* Build only amd64 for PRs, both architectures for master

- PRs now build only linux/amd64 to speed up feedback (2-3m vs 6-7m)
- Master builds both linux/amd64 and linux/arm64 for production images
- Reduces PR build time from ~9m to ~5m while maintaining quality gates

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>

352 of 726 relevant lines covered (48.48%)

2.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18808623444.1 25 Oct 2025 09:20PM UTC 14
48.48
GitHub Action Run
Source Files on build 18808623444
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3370964f on github
  • Prev Build on master (#18807942439)
  • Next Build on master (#18809076896)
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