• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubeovn / kube-ovn / 26271260995
26%
master: 28%

Build:
Build:
LAST BUILD BRANCH: fix-metallb-underlay-internal-vip
DEFAULT BRANCH: master
Ran 22 May 2026 06:04AM UTC
Jobs 1
Files 207
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

22 May 2026 05:59AM UTC coverage: 24.786% (+0.002%) from 24.784%
26271260995

push

github

oilbeater
chore: apply modernize fixes flagged by latest gopls modernize (#6758)

Latest version of golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize
(invoked via @latest in makefiles/build.mk) added new analyzers that flag
14 existing locations in master, breaking CI for all open PRs.

Apply the mechanical fixes:
- atomic.LoadInt32/AddInt32 + var int32 -> sync/atomic.Int32 type
- errors.As + var T pattern -> errors.AsType[T]
- backward index loop -> slices.Backward
- strings.Split(s, sep)[0] -> strings.Cut(s, sep)

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
(cherry picked from commit af1ca3690)
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>

# Conflicts:
#	pkg/util/servicecidr_store_test.go

6 of 10 new or added lines in 6 files covered. (60.0%)

14014 of 56539 relevant lines covered (24.79%)

0.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
7.24
0.0% pkg/daemon/config.go
1
8.49
0.0% pkg/daemon/controller_linux.go
1
0.0
0.0% pkg/daemon/gateway_linux.go
1
0.33
0.0% pkg/daemon/ovs_linux.go
Jobs
ID Job ID Ran Files Coverage
1 26271260995.1 22 May 2026 06:04AM UTC 207
24.79
GitHub Action Run
Source Files on build 26271260995
  • Tree
  • List 207
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 091af00f on github
  • Prev Build on release-1.16 (#26074447196)
  • Next Build on release-1.16 (#26271553262)
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