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

sapcc / go-makefile-maker / 15741949369
4%
main: 3%

Build:
Build:
LAST BUILD BRANCH: add_test_args
DEFAULT BRANCH: main
Ran 18 Jun 2025 07:34PM UTC
Jobs 1
Files 6
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

18 Jun 2025 07:33PM UTC coverage: 3.899%. Remained the same
15741949369

Pull #300

github

web-flow
Speed up docker build with cache mounts

With cache mounts the time for re-running the build step after a file changes can be substanatially improved.

See https://docs.docker.com/build/cache/optimize/#use-cache-mounts

- `/go/pkg/mod stores`: **Downloaded Go modules**
Prevents redownloading dependencies (like github.com/foo/bar).
- `/root/.cache/go-build`:
**Compiled object files**
Caches compiled packages (build artifacts), so Go can skip recompiling unchanged code.
Pull Request #300: Speed up docker build with cache mounts

34 of 872 relevant lines covered (3.9%)

0.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15741949369.1 18 Jun 2025 07:34PM UTC 6
3.9
GitHub Action Run
Source Files on build 15741949369
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #300
  • PR Base - main (#15735615767)
  • Delete
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