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

stacklok / toolhive / 18968952957
51%

Build:
DEFAULT BRANCH: main
Ran 31 Oct 2025 09:57AM UTC
Jobs 1
Files 327
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

31 Oct 2025 09:52AM UTC coverage: 47.403% (+0.04%) from 47.368%
18968952957

push

github

web-flow
Fix race condition in operator git tests (#2408)

Parallel tests were calling log.FromContext() with bare context.Background()
contexts that lacked loggers. This caused controller-runtime to attempt
initializing a global root logger from multiple goroutines simultaneously,
triggering race conditions.

Replace context.Background() with log.IntoContext(t.Context(), logr.Discard())
to ensure each test has its own logger in the context, preventing concurrent
access to global logger initialization.

Files modified:
- pkg/git/commit_test.go
- pkg/git/client_test.go
- pkg/git/integration_test.go

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

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

20640 of 43542 relevant lines covered (47.4%)

22.27 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
65.26
10.53% pkg/secrets/keyring/keyctl_linux.go
Jobs
ID Job ID Ran Files Coverage
1 18968952957.1 31 Oct 2025 09:57AM UTC 327
47.4
GitHub Action Run
Source Files on build 18968952957
  • Tree
  • List 327
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18968952957
  • a10f194d on github
  • Prev Build on main (#18968926888)
  • Next Build on main (#18969089643)
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

© 2025 Coveralls, Inc