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

sapcc / go-makefile-maker / 15711435005 / 1
4%
main: 3%

Build:
Build:
LAST BUILD BRANCH: add_test_args
DEFAULT BRANCH: main
Ran 17 Jun 2025 03:24PM UTC
Files 6
Run time 10min
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

17 Jun 2025 03:20PM UTC coverage: 3.899%. Remained the same
15711435005.1

Pull #298

github

SuperSandro2000
Better show which binary failed

Example diff:

@@ -25,7 +25,9 @@ COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
 COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem
 COPY --from=builder /pkg/ /usr/
 # make sure all binaries can be executed
-RUN keppel --version 2>/dev/null
+RUN set -x \
+  && keppel --version 2>/dev/null \
+  && keppel1 --version 2>/dev/null

 ARG BININFO_BUILD_DATE BININFO_COMMIT_HASH BININFO_VERSION
 LABEL source_repository="https://github.com/sapcc/keppel" \

 and build log:

 [2/2] STEP 7/12: RUN set -x   && keppel --version 2>/dev/null   && keppel1 --version 2>/dev/null
+ keppel --version
keppel version 20dff5b
+ keppel1 --version
keppel version 20dff5b
Pull Request #298: Display error when we know that installTo does not work with our dock…

34 of 872 relevant lines covered (3.9%)

0.32 hits per line

Source Files on job 15711435005.1
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15711435005
  • 396a9ae6 on github
  • Prev Job for on installTo-dockerfile-error (#15710508256.1)
  • 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