• 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

kubeflow / trainer / 31315275390
69%
master: 68%

Build:
Build:
LAST BUILD BRANCH: fix/issue-3836-coscheduling-timeout-validation
DEFAULT BRANCH: master
Ran 23 Aug 2026 09:55AM UTC
Jobs 1
Files 42
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

09 Aug 2026 01:10PM UTC coverage: 68.606% (+0.004%) from 68.602%
31315275390

Pull #3886

github

rjgoyln
fix(operator): apply configured health probe endpoint names

The config API, the base manifests, and the Helm chart all expose
readinessEndpointName and livenessEndpointName, but the manager never received
them, so the probes stayed on controller-runtime's own /readyz and /healthz. A
deployment that renamed an endpoint and pointed its probe at the new path got a
404 back and a container that never turned ready.

Every place these names are configured spells them without a leading slash,
while controller-runtime registers them as http.ServeMux patterns, which panic
on a pattern that has none. They are rooted on the way through so the shipped
defaults keep serving where the probes already look, and the startup log now
reports the paths that were registered rather than the two it assumed.

Signed-off-by: rjgoyln <pt40419@gmail.com>
Pull Request #3886: fix(operator): apply configured health probe endpoint names

10 of 10 new or added lines in 1 file covered. (100.0%)

3 existing lines in 1 file now uncovered.

2583 of 3765 relevant lines covered (68.61%)

0.8 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
74.07
-11.11% pkg/runtime/core/core.go
Jobs
ID Job ID Ran Files Coverage
1 31315275390.1 23 Aug 2026 09:55AM UTC 42
68.61
GitHub Action Run
Source Files on build 31315275390
  • Tree
  • List 42
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3886
  • PR Base - master (#31231420784)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc