• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

k8snetworkplumbingwg / multus-cni / 26189091451
51%
master: 50%

Build:
Build:
LAST BUILD BRANCH: limit_listener
DEFAULT BRANCH: master
Ran 20 May 2026 08:54PM UTC
Jobs 1
Files 27
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

20 May 2026 08:42PM UTC coverage: 50.597% (+0.4%) from 50.17%
26189091451

Pull #1483

github

bpickard22
Fix certificate rotation race condition in per-node certificates

Handle transient certificate errors during daemon startup to prevent
crash-loops when pods restart during the certificate rotation window
(~3 seconds) where the symlink is temporarily removed or the file is
empty.

Changes:
- Add isTransientCertError() to classify errors as transient vs permanent
  using string matching (the cert store wraps errors with %v, destroying
  type information, so errors.As is ineffective here)
- Transient errors (file not found, empty/invalid PEM) return (false, nil)
  in the existing 1-second poll, retrying naturally
- Permanent errors (NoCertKeyError) now propagate via (false, err) to
  fail fast instead of polling for the full 2-minute timeout
- Add unit tests for isTransientCertError covering all error cases

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Benjamin Pickard <bpickard@redhat.com>
Pull Request #1483: Fix certificate rotation race condition in per-node certificates

15 of 23 new or added lines in 1 file covered. (65.22%)

202 existing lines in 4 files now uncovered.

2543 of 5026 relevant lines covered (50.6%)

6.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
19.47
5.98% pkg/k8sclient/kubeconfig.go

Coverage Regressions

Lines Coverage ∆ File
92
48.87
3.85% pkg/server/server.go
74
67.67
-0.07% pkg/multus/multus.go
33
19.47
5.98% pkg/k8sclient/kubeconfig.go
3
92.45
0.07% pkg/kubeletclient/kubeletclient.go
Jobs
ID Job ID Ran Files Coverage
1 Go- - 26189091451.1 20 May 2026 08:54PM UTC 27
50.6
GitHub Action Run
Source Files on build 26189091451
  • Tree
  • List 27
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1483
  • PR Base - master (#22114341924)
  • 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