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

RobinTail / express-zod-api / 10836290347
100%

Build:
DEFAULT BRANCH: master
Ran 12 Sep 2024 06:07PM UTC
Jobs 6
Files 43
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

12 Sep 2024 06:06PM UTC coverage: 100.0%. Remained the same
10836290347

push

github

web-flow
Bump the vitest group with 2 updates (#2036)

Bumps the vitest group with 2 updates:
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
and
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).

Updates `@vitest/coverage-istanbul` from 2.0.5 to 2.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.0</h2>
<p>This release makes another big change to the Browser Mode by
introducing <a
href="https://vitest.dev/guide/browser/locators.html">locators
API</a>:</p>
<pre lang="ts"><code>test('renders blog posts', async () =&gt; {
  const screen = page.render(&lt;Blog /&gt;)
<p>await expect.element(screen.getByRole('heading', { name: 'Blog'
})).toBeInTheDocument()</p>
<p>const [firstPost] = screen.getByRole('listitem').all()</p>
<p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p>
<p>expect(screen.getByRole('listitem').all()).toHaveLength(3)
})
</code></pre></p>
<p>You can use either <a
href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>,
<a
href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte
</a> or <a
href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a>
to render components and make assertions using locators. Locators are
also available on the <code>page</code> object from
<code>@vitest/browser/context</code>.</p>
<h3>   🚀 Features</h3>
<ul>
<li><strong>api</strong>:
<ul>
<li>Make spec into a class instead of a tuple  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a>
<a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw
HTML omitted -->(874a1)<!-- ... (continued)

755 of 792 branches covered (95.33%)

1198 of 1198 relevant lines covered (100.0%)

434.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-20.9.0 - 10836290347.1 12 Sep 2024 06:07PM UTC 43
100.0
GitHub Action Run
2 run-22.0.0 - 10836290347.2 12 Sep 2024 06:07PM UTC 43
100.0
GitHub Action Run
3 run-18.x - 10836290347.3 12 Sep 2024 06:07PM UTC 43
100.0
GitHub Action Run
4 run-18.18.0 - 10836290347.4 12 Sep 2024 06:07PM UTC 43
100.0
GitHub Action Run
5 run-20.x - 10836290347.5 12 Sep 2024 06:07PM UTC 43
100.0
GitHub Action Run
6 run-22.x - 10836290347.6 12 Sep 2024 06:07PM UTC 43
100.0
GitHub Action Run
Source Files on build 10836290347
  • Tree
  • List 43
  • Changed 1
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #10836290347
  • 4820b506 on github
  • Prev Build on master (#10795305358)
  • Next Build on master (#10836294483)
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