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

kubevirt / hyperconverged-cluster-operator / 29021541176
82%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 01:40PM UTC
Jobs 1
Files 151
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

09 Jul 2026 01:29PM UTC coverage: 81.531%. Remained the same
29021541176

push

github

web-flow
netresinjector: Use objectSelector for virt-launcher filtering (#4388)

The CEL matchCondition accessed object.metadata.labels["kubevirt.io"]
without checking if the key exists, causing a runtime error on pods
that lack the label. Replace with an objectSelector using matchLabels
to filter for virt-launcher pods at the API server's request-matching
stage instead (also more efficient since the API server skips the
webhook call entirely rather than invoking it and evaluating CEL).

Reproducer - any pod with the networks annotation:
```yaml
  apiVersion: v1
  kind: Pod
  metadata:
    name: reproducer
    annotations:
      k8s.v1.cni.cncf.io/networks: net1
    labels:
      foo: bar
  spec:
    containers:
      - name: test
        image: busybox
```

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

5 of 5 new or added lines in 1 file covered. (100.0%)

11314 of 13877 relevant lines covered (81.53%)

2.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Unit - 29021541176.1 09 Jul 2026 01:40PM UTC 151
81.53
GitHub Action Run
Source Files on build 29021541176
  • Tree
  • List 151
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29021541176
  • d5dbbf1c on github
  • Prev Build on main (#28965075996)
  • Next Build on main (#29043567111)
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