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

Mellanox / network-operator / 28653279474
62%

Build:
DEFAULT BRANCH: master
Ran 03 Jul 2026 10:04AM UTC
Jobs 1
Files 62
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

03 Jul 2026 10:01AM UTC coverage: 62.451% (-0.6%) from 63.003%
28653279474

push

github

web-flow
fix: release workflow yq parsing (#2696)

## Summary
- convert release config YAML to JSON with yq before applying jq filters
- keep downstreamFork, managed repo, and dependabot repo extraction
logic in jq

## Testing
- ruby -ryaml -rjson -e
'YAML.load_file(".github/workflows/release.yaml"); data =
YAML.load_file("hack/release.yaml"); grouped = Hash.new { |h,k| h[k] =
[] }; data.each_value do |v|; next unless v.is_a?(Hash); repo =
v["sourceRepository"]; next if repo.nil? || repo ==
"NVIDIA/k8s-launch-kit"; grouped[repo] << !!v["downstreamFork"]; end;
inconsistent = grouped.select { |_repo, forks| forks.uniq.length > 1
}.keys; puts JSON.generate(inconsistent)'
- git diff --cached --check

4978 of 7971 relevant lines covered (62.45%)

44.25 hits per line

Coverage Regressions

Lines Coverage ∆ File
24
49.26
-16.18% controllers/nicnodepolicy_controller.go
14
63.72
-10.62% controllers/mofed_wait_labels.go
9
40.31
-1.15% api/v1alpha1/zz_generated.deepcopy.go
7
77.38
-8.33% controllers/ipoibnetwork_controller.go
4
75.24
-3.81% pkg/state/state_ipoib_network.go
2
80.77
-0.85% controllers/nicclusterpolicy_controller.go
Jobs
ID Job ID Ran Files Coverage
1 28653279474.1 03 Jul 2026 10:04AM UTC 62
62.45
GitHub Action Run
Source Files on build 28653279474
  • Tree
  • List 62
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28653279474
  • c5ebb114 on github
  • Prev Build on master (#28650886989)
  • Delete
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