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

NVIDIA / holodeck / 22666818147 / 1
48%
main: 48%

Build:
Build:
LAST BUILD BRANCH: pull-request/800
DEFAULT BRANCH: main
Ran 04 Mar 2026 11:13AM UTC
Files 35
Run time 1s
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

04 Mar 2026 11:08AM UTC coverage: 48.503%. Remained the same
22666818147.1

push

github

ArangoGutierrez
fix: correct printf format in extractJoinInfo for cluster join tokens

The printf format string '%%s' was in a raw Go string literal
concatenated AFTER the fmt.Sprintf call, not inside it. In bash,
'%%s' is a literal '%s' (escaped percent), so the actual token
and CA hash values were never substituted — kubeadm join received
literal '%s' strings instead of real credentials.

Changed '%%s' to '%s' since this portion of the script is not
processed by Go's fmt.Sprintf.

Signed-off-by: Eduardo Arango <earango@nvidia.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

2657 of 5478 relevant lines covered (48.5%)

0.55 hits per line

Source Files on job 22666818147.1
  • Tree
  • List 35
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22666818147
  • dae0fd7c on github
  • Prev Job for on pull-request/693 (#22666354179.1)
  • Next Job for on pull-request/693 (#22667300461.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