• 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

kubeovn / kube-ovn / 25420595876 / 1
25%
master: 25%

Build:
Build:
LAST BUILD BRANCH: renovate/master-golang
DEFAULT BRANCH: master
Ran 06 May 2026 06:47AM UTC
Files 211
Run time 6s
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

06 May 2026 06:44AM UTC coverage: 24.907% (+0.07%) from 24.841%
25420595876.1

Pull #6690

github

oilbeater
refactor(servicecidr): consolidate duplicates and use stdlib helpers

- Promote readyServiceCIDRs to util.ReadyServiceCIDRs so controller and
  daemon share one source of truth.
- Drop custom equalStringSlice in favour of slices.Equal.
- Extract vpcLbInitContainers helper to remove the symmetric v4/v6 init
  container blocks; container names keep the original
  init-ipv{4,6}-{route,iptables}-N format so existing rollouts diff cleanly.
- Use util.ObjectKind[*networkingv1.ServiceCIDR]() instead of the hardcoded
  string, mirroring the NAD discovery path.
- Collapse onServiceCIDRAdd/Update into a single onServiceCIDRChange.
- Drop the stopCh→ctx bridge in daemon's StartServiceCIDRInformerFactory
  and select on stopCh directly.
- Move the daemon's serviceCIDRInformerFactory construction into
  NewController so creation and startup are no longer tangled.

Net -68 lines, no behavior change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Pull Request #6690: feat(servicecidr): support K8s multiple ServiceCIDR (KEP-1880)

14200 of 57011 relevant lines covered (24.91%)

0.29 hits per line

Source Files on job 25420595876.1
  • Tree
  • List 211
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25420595876
  • 85cf483a on github
  • Prev Job for on feat/multi-service-cidr (#25084683426.1)
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