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

SchSeba / sriov-network-operator-1 / 22033569195

12 Feb 2026 02:31PM UTC coverage: 62.917% (-0.6%) from 63.477%
22033569195

push

github

SchSeba
Bump dependencies and fix deprecated API usage

Bump Go module dependencies (from PR #1027):
- github.com/jaypipes/ghw v0.21.2 -> v0.22.0
- github.com/onsi/ginkgo/v2 v2.27.3 -> v2.28.1
- github.com/onsi/gomega v1.38.3 -> v1.39.0
- github.com/coreos/go-systemd/v22 v22.6.0 -> v22.7.0
- github.com/google/renameio/v2 v2.0.1 -> v2.0.2
- github.com/prometheus-operator/prometheus-operator v0.87.1 -> v0.89.0
- sigs.k8s.io/controller-runtime v0.22.4 -> v0.23.1
- k8s.io/api, apimachinery, client-go, etc. v0.34.3 -> v0.35.0
- Various indirect dependency bumps (golang.org/x/*, etc.)

Fix compilation and lint issues caused by the bumps:

- openstack_test.go: ghw v0.22.0 changed ghw.Network function signature
  from func(opts ...*option.Option) to func(args ...any). Update the
  test mock and remove unused github.com/jaypipes/ghw/pkg/option import.

- drain_controller*.go, main.go: controller-runtime v0.23.1 deprecated
  GetEventRecorderFor (old events API). Migrate to GetEventRecorder
  (new events API) and update recorder.Event() calls to recorder.Eventf()
  with the new events.EventRecorder interface signature.

- service.go: go-systemd v22.7.0 deprecated unit.Deserialize. Replace
  with unit.DeserializeOptions (drop-in replacement).

Signed-off-by: sriov-network-operator maintainers

7 of 17 new or added lines in 3 files covered. (41.18%)

90 existing lines in 8 files now uncovered.

9308 of 14794 relevant lines covered (62.92%)

0.7 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

77.49
/controllers/generic_network_controller.go


Source Not Available

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