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

Mellanox / network-operator / 17259067823
62%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2025 06:28AM UTC
Jobs 1
Files 57
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

27 Aug 2025 06:25AM UTC coverage: 60.617% (-0.4%) from 61.063%
17259067823

push

github

web-flow
chore: bump github.com/onsi/ginkgo/v2 from 2.24.0 to 2.25.1 (#1728)

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from
2.24.0 to 2.25.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.25.1</h2>
<h2>2.25.1</h2>
<h3>Fixes</h3>
<ul>
<li>fix(types): ignore nameless nodes on FullText() [10866d3]</li>
<li>chore: fix some CodeQL warnings [2e42cff]</li>
</ul>
<h2>v2.25.0</h2>
<h2>2.25.0</h2>
<h3><code>AroundNode</code></h3>
<p>This release introduces a new decorator to support more complex spec
setup usecases.</p>
<p><code>AroundNode</code> registers a function that runs before each
individual node. This is considered a more advanced decorator.</p>
<p>Please read the <a
href="https://onsi.github.io/ginkgo/#advanced-around-node">docs</a> for
more information and some examples.</p>
<p>Allowed signatures:</p>
<ul>
<li><code>AroundNode(func())</code> - <code>func</code> will be called
before the node is run.</li>
<li><code>AroundNode(func(ctx context.Context) context.Context)</code> -
<code>func</code> can wrap the passed in context and return a new one
which will be passed on to the node.</li>
<li><code>AroundNode(func(ctx context.Context, body func(ctx
context.Context)))</code> - <code>ctx</code> is the context for the node
and <code>body</code> is a function that must be called to run the node.
This gives you complete control over what runs before and after the
node.</li>
</ul>
<p>Multiple <code>AroundNode</code> decorators can be applied to a
single node and they will run in the order they are applied.</p>
<p>Unlike setup nodes like <code>BeforeEach</code> and
<code>DeferCleanup</code>, <code>AroundNode</code> is guaranteed to run
in the same goroutine as the decorated node. This is necessary when
working with lower-level libraries that must run on a single thread (you
can call <code>runtime.LockOSThread... (continued)

3674 of 6061 relevant lines covered (60.62%)

45.56 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
77.08
1.19% controllers/nicclusterpolicy_controller.go
2
78.38
0.0% pkg/state/state_hostdevice_network.go
2
84.41
-0.59% pkg/state/state_skel.go
4
40.59
-0.62% api/v1alpha1/zz_generated.deepcopy.go
4
75.24
-3.81% pkg/state/state_ipoib_network.go
7
77.38
-8.33% controllers/ipoibnetwork_controller.go
15
75.0
-14.77% controllers/hostdevicenetwork_controller.go
Jobs
ID Job ID Ran Files Coverage
1 17259067823.1 27 Aug 2025 06:28AM UTC 57
60.62
GitHub Action Run
Source Files on build 17259067823
  • Tree
  • List 57
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17259067823
  • 59eaacc2 on github
  • Prev Build on master (#17259057494)
  • Next Build on master (#17264416092)
  • 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

© 2025 Coveralls, Inc