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

NVIDIA / holodeck / 29084340897
51%
main: 51%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/main/k8sio-e2fab95551
DEFAULT BRANCH: main
Ran 10 Jul 2026 09:51AM UTC
Jobs 1
Files 80
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

10 Jul 2026 09:47AM UTC coverage: 51.127% (+0.008%) from 51.119%
29084340897

push

github

ArangoGutierrez
fix(cli): resolve contextcheck findings (thread ctx in os, nolint elsewhere)

golangci-lint v2.12.2's contextcheck linter newly flags 5 call chains
in cmd/cli now that v3 Actions receive a real context.Context (v2's
*cli.Context wasn't one).

- cmd/cli/os/os.go: thread the Action's ctx through runAMI into
  config.LoadDefaultConfig and ami.Resolver.Resolve, both of which
  already accept context.Context, replacing the two context.Background()
  calls. No pkg/ or internal/ signature changes needed.
- cmd/cli/cleanup, create, dryrun, update: the callee chains bottom out
  in pkg/cleanup.New, pkg/provider/aws.New, and
  pkg/provisioner.Dryrun -> internal/logger.Loading, none of which
  accept a context.Context by design (cleanup.New's own doc comment
  notes it is a top-level initializer without caller context).
  Threading real ctx would require pkg/ or internal/ signature changes,
  which are out of scope for this fix, so these sites are suppressed
  with //nolint:contextcheck and a one-line justification.

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

2 of 7 new or added lines in 3 files covered. (28.57%)

2 existing lines in 2 files now uncovered.

6532 of 12776 relevant lines covered (51.13%)

0.57 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
0.0
0.0% cmd/cli/os/os.go

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% cmd/cli/os/os.go
1
0.0
0.0% cmd/cli/update/update.go
Jobs
ID Job ID Ran Files Coverage
1 29084340897.1 10 Jul 2026 09:51AM UTC 80
51.13
GitHub Action Run
Source Files on build 29084340897
  • Tree
  • List 80
  • Changed 5
  • Source Changed 5
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29084340897
  • 0c6bd7f7 on github
  • Prev Build on pull-request/850 (#29083663168)
  • 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