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

Mellanox / network-operator / 17259067823

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

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

75.0
/controllers/hostdevicenetwork_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