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

UI5 / webcomponents-react / 25544750361
84%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 08:13AM UTC
Jobs 8
Files 420
Run time 2min
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

08 May 2026 07:59AM UTC coverage: 84.382%. Remained the same
25544750361

push

github

web-flow
chore(deps): update dependency ava to v8 (#8537)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [ava](https://avajs.dev)
([source](https://redirect.github.com/avajs/ava)) | [`7.0.0` →
`8.0.0`](https://renovatebot.com/diffs/npm/ava/7.0.0/8.0.0) |
![age](https://developer.mend.io/api/mc/badges/age/npm/ava/8.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ava/7.0.0/8.0.0?slim=true)
|

---

### Release Notes

<details>
<summary>avajs/ava (ava)</summary>

###
[`v8.0.0`](https://redirect.github.com/avajs/ava/releases/tag/v8.0.0)

[Compare
Source](https://redirect.github.com/avajs/ava/compare/v7.0.0...v8.0.0)

#### Breaking Changes

AVA now expects Node.js 22.20, 24.12 or newer.

Internally AVA is now fully ESM. This is possible now that Node.js
supports loading ES modules using `require()` calls and simplifies AVA's
types and internals.

If you use AVA from a CommonJS project you'll have to update your
imports:

```diff
-const test = require('ava');
+const {default: test} = require('ava');
```

We expect an increasing number of projects to be ESM only. As per the
above, CommonJS is still supported, but we don't expect `cjs` extensions
to be used. The default file extensions are now `js` and `mjs`. Specify
`extensions: ['cjs', 'js', 'mjs']` for AVA to run test files with the
`cjs` extension.

All test files (and those loaded through AVA's `require` config) are now
loaded via `import()`. Use [customization
hooks](https://nodejs.org/docs/latest/api/module.html#customization-hooks)
for transpilation. The object form of the `extensions` configuration is
no longer supported.

If you use AVA with
[@&#8203;ava/typescript](https://redirect.github.com/avajs/typescript)
you must upgrade that package to v7.

#### New Features

There's two new test modifiers [courtesy
of](https://... (continued)

2608 of 3403 branches covered (76.64%)

Branch coverage included in aggregate %.

5199 of 5849 relevant lines covered (88.89%)

104564.97 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 cypress-commands 25544750361.1 08 May 2026 08:13AM UTC 347
15.7
GitHub Action Run
2 compat 25544750361.2 08 May 2026 08:14AM UTC 362
18.64
GitHub Action Run
3 main/src/webComponents 25544750361.3 08 May 2026 08:13AM UTC 347
14.43
GitHub Action Run
4 playwright 25544750361.4 08 May 2026 08:13AM UTC 9
86.98
GitHub Action Run
5 main/src/components 25544750361.5 08 May 2026 08:19AM UTC 349
81.12
GitHub Action Run
6 charts 25544750361.6 08 May 2026 08:16AM UTC 404
26.67
GitHub Action Run
7 base 25544750361.7 08 May 2026 08:14AM UTC 347
16.74
GitHub Action Run
8 main/src/internal 25544750361.8 08 May 2026 08:13AM UTC 348
15.96
GitHub Action Run
Source Files on build 25544750361
  • Tree
  • List 420
  • Changed 4
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25544750361
  • e94d0640 on github
  • Prev Build on gh-readonly-queue/main/pr-8557-61301b1e40137f47b3ba222f4b66ad0c2cd3de0c (#25543317393)
  • Next Build on main (#25560658474)
  • 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