• 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
25%
master: 25%

Build:
Build:
LAST BUILD BRANCH: backport/ovn-patch-rebase-25.03-r1.15
DEFAULT BRANCH: master
Ran 06 May 2026 06:47AM UTC
Jobs 1
Files 211
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

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

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)

124 of 467 new or added lines in 12 files covered. (26.55%)

2 existing lines in 1 file now uncovered.

14200 of 57011 relevant lines covered (24.91%)

0.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
96
0.0
pkg/controller/service_cidr.go
75
0.0
pkg/daemon/service_cidr.go
73
5.41
-0.62% pkg/controller/vpc_lb.go
37
11.84
-0.06% pkg/controller/subnet.go
15
89.21
pkg/util/servicecidr_store.go
13
1.13
0.0% pkg/controller/controller.go
12
86.86
-3.98% pkg/util/k8s.go
11
3.3
-0.01% pkg/controller/vpc_nat_gateway.go
6
6.22
0.0% pkg/daemon/controller.go
3
4.39
0.04% pkg/daemon/gateway.go
1
0.0
0.0% pkg/controller/kubevirt.go
1
9.8
0.0% pkg/controller/network_attachment.go

Coverage Regressions

Lines Coverage ∆ File
2
5.41
-0.62% pkg/controller/vpc_lb.go
Jobs
ID Job ID Ran Files Coverage
1 25420595876.1 06 May 2026 06:47AM UTC 211
24.91
GitHub Action Run
Source Files on build 25420595876
  • Tree
  • List 211
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #6690
  • PR Base - master (#25084683426)
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