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

kubeovn / kube-ovn / 23499267426
24%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2026 04:04PM UTC
Jobs 1
Files 205
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

24 Mar 2026 04:00PM UTC coverage: 23.978% (+0.1%) from 23.872%
23499267426

push

github

web-flow
feat(controller): use BigInt for SubnetStatus IP count fields (#6403)

Replace float64 with internal.BigInt for SubnetStatus IP count fields
(V4AvailableIPs, V4UsingIPs, V6AvailableIPs, V6UsingIPs) to avoid
precision loss for large IPv6 subnets, aligning with IPPool which
already uses BigInt.

Changes:
- SubnetStatus fields: float64 -> internal.BigInt
- BigInt enhancements: NewBigInt, Clone, AddInt/SubInt, Float64,
  upgrade-compatible UnmarshalJSON (handles bare numbers, scientific
  notation, and quoted strings)
- Controller/webhook/exporter/IPAM adapted to BigInt API
- CRD schema kept as type:number for backward compatibility
- Upgrade compatibility tests for float64 -> BigInt migration
- Chart upgrade e2e matrix updated with release-1.14/1.15 paths

Signed-off-by: zbb88888 <jmdxjsjgcxy@gmail.com>

55 of 105 new or added lines in 10 files covered. (52.38%)

2 existing lines in 1 file now uncovered.

13247 of 55247 relevant lines covered (23.98%)

0.28 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
4.24
0.0% pkg/metrics/dynamic_cert_key.go
2
16.08
0.0% pkg/controller/pod.go
2
0.0
0.0% pkg/webhook/subnet.go
7
0.0
0.0% pkg/controller/exporter.go
38
6.06
-0.03% pkg/controller/subnet_status.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
74.6
-0.53% pkg/ovs/ovn-nb-logical_router_route.go
Jobs
ID Job ID Ran Files Coverage
1 23499267426.1 24 Mar 2026 04:04PM UTC 205
23.98
GitHub Action Run
Source Files on build 23499267426
  • Tree
  • List 205
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 289868e7 on github
  • Prev Build on master (#23486966216)
  • Next Build on master (#23511442692)
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