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

kubeovn / kube-ovn / 26075953016
27%

Build:
DEFAULT BRANCH: master
Ran 19 May 2026 04:23AM UTC
Jobs 1
Files 212
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

19 May 2026 04:20AM UTC coverage: 25.274% (-0.001%) from 25.275%
26075953016

push

github

web-flow
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>

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

14521 of 57455 relevant lines covered (25.27%)

0.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
7.05
0.0% pkg/daemon/config.go
1
8.43
0.0% pkg/daemon/controller_linux.go
1
0.0
0.0% pkg/daemon/gateway_linux.go
1
0.32
0.0% pkg/daemon/ovs_linux.go
Jobs
ID Job ID Ran Files Coverage
1 26075953016.1 19 May 2026 04:23AM UTC 212
25.27
GitHub Action Run
Source Files on build 26075953016
  • Tree
  • List 212
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • af1ca369 on github
  • Prev Build on master (#26021596127)
  • Next Build on master (#26079187905)
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