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

chideat / valkey-operator / 23171490864
22%

Build:
DEFAULT BRANCH: main
Ran 16 Mar 2026 11:55PM UTC
Jobs 1
Files 146
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

16 Mar 2026 11:51PM UTC coverage: 22.361% (-0.03%) from 22.394%
23171490864

push

github

web-flow
chore(deps): consolidate all dependabot dependency updates (#78)

* chore(deps): consolidate all dependabot dependency updates

Go modules:
- github.com/cert-manager/cert-manager: v1.18.2 → v1.20.0
- github.com/gomodule/redigo: v1.9.2 → v1.9.3
- github.com/samber/lo: v1.51.0 → v1.53.0
- github.com/stretchr/testify: v1.10.0 → v1.11.1
- go.uber.org/zap: v1.27.0 → v1.27.1

GitHub Actions:
- docker/build-push-action: v6 → v7
- docker/login-action: v3 → v4
- docker/setup-buildx-action: v3 → v4
- docker/setup-qemu-action: v3 → v4

Closes #68, #69, #70, #71, #72, #73, #74, #75, #76

* chore: bump Go version to 1.25 in CI and Dockerfile

go mod tidy updated go.mod to require go 1.25 due to updated
transitive dependencies (cert-manager v1.20, k8s.io v0.35.x).

* fix: migrate webhooks to controller-runtime v0.23 generic API

Replace deprecated webhook.CustomValidator/CustomDefaulter with
admission.Validator[T]/Defaulter[T] generic interfaces required by
controller-runtime v0.23. Method signatures now use concrete types
instead of runtime.Object, and NewWebhookManagedBy now takes the
object as a second argument instead of using .For().

* fix: add nil guards to user webhook methods for test compatibility

The new generic admission.Validator[T]/Defaulter[T] API passes typed
nil (*User)(nil) instead of a nil interface, so the old type assertion
nil-check is gone. Add explicit nil pointer guards to restore the
expected error behavior tested by user_webhook_test.go.

26 of 30 new or added lines in 4 files covered. (86.67%)

4605 of 20594 relevant lines covered (22.36%)

0.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
66.67
3.03% internal/webhook/v1alpha1/cluster_webhook.go
2
70.0
3.33% internal/webhook/v1alpha1/failover_webhook.go
Jobs
ID Job ID Ran Files Coverage
1 23171490864.1 16 Mar 2026 11:55PM UTC 146
22.36
GitHub Action Run
Source Files on build 23171490864
  • Tree
  • List 146
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 824c4596 on github
  • Prev Build on main (#23149259711)
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