• 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

kubernetes-sigs / kubebuilder / 15798403693
71%
master: 73%

Build:
Build:
LAST BUILD BRANCH: fix-bug-roles
DEFAULT BRANCH: master
Ran 21 Jun 2025 06:26PM UTC
Jobs 1
Files 45
Run time 2min
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

21 Jun 2025 06:17PM UTC coverage: 71.385%. First build
15798403693

Pull #4857

github

camilamacedo86
fix: expose metrics containerPort to support K8s 1.33 endpoint registration

Kubernetes 1.33 introduced stricter endpoint publishing behavior that requires container ports to be explicitly declared in the pod spec for services to register endpoints.

This patch updates `manager_metrics_patch.yaml` to:
- add `--metrics-bind-address=:8443` to container args
- declare `containerPort: 8443` explicitly

Without the port declaration, the metrics service has no endpoints and connections (e.g., from a curl pod) fail with `connection refused`.

This ensures metrics access continues to work under network policies in K8s 1.33+.
Pull Request #4857: 🌱 (ci) - fix cleanup to allow tests broken for 1.33 work

2355 of 3299 relevant lines covered (71.39%)

16.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15798403693.1 21 Jun 2025 06:26PM UTC 45
71.39
GitHub Action Run
Source Files on build 15798403693
  • Tree
  • List 45
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #4857
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