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

kubernetes-sigs / external-dns / 25563101984
81%

Build:
DEFAULT BRANCH: master
Ran 08 May 2026 03:10PM UTC
Jobs 2
Files 155
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

08 May 2026 03:07PM UTC coverage: 80.772% (+0.2%) from 80.573%
25563101984

push

github

web-flow
fix(source): persist SingletonClientGenerator init errors across sync.Once (#6398)

Storing the last error in struct fields fixes the case where a failed
initialization returned (nil, err) on the first call and (nil, nil) on
subsequent calls because the sync.Once closure only ran once and the
per-call err variable was reset.

Apply the same pattern to RESTConfig and all client constructors that
build on it. Update RESTConfig shared-client tests to expect the
persisted error and add a table test covering all generator methods.

The large TODO on SingletonClientGenerator is removed; behavior matches
the documented fix.

Signed-off-by: Jathavedhan M <jathavedhan.m@ibm.com>

17316 of 21438 relevant lines covered (80.77%)

1448.54 hits per line

Coverage Regressions

Lines Coverage ∆ File
51
77.27
12.19% store.go
1
82.93
-0.81% openshift_route.go
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest - 25563101984.1 08 May 2026 03:10PM UTC 155
80.77
GitHub Action Run
2 run-macos-latest - 25563101984.2 08 May 2026 03:10PM UTC 155
80.77
GitHub Action Run
Source Files on build 25563101984
  • Tree
  • List 155
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25563101984
  • e88b2e07 on github
  • Prev Build on master (#25507869145)
  • Next Build on master (#25564363849)
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