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

Mellanox / network-operator / 17259067823 / 1
62%
master: 62%

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

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 Files on job 17259067823.1
  • Tree
  • List 57
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17259067823
  • 59eaacc2 on github
  • Prev Job for on master (#17259057494.1)
  • Next Job for on master (#17264416092.1)
  • 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