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

erezrokah / aws-testing-library / 11769997792
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: renovate/major-commitlint-monorepo
DEFAULT BRANCH: master
Ran 11 Nov 2024 12:43AM UTC
Jobs 6
Files 34
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

11 Nov 2024 12:42AM UTC coverage: 99.726%. Remained the same
11769997792

push

github

web-flow
chore(deps): update dependency prettier to v3.3.3 (#915)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.2.5` ->
`3.3.3`](https://renovatebot.com/diffs/npm/prettier/3.2.5/3.3.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.2.5/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.2.5/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.3.3`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.3.2...3.3.3)


[diff](https://redirect.github.com/prettier/prettier/compare/3.3.2...3.3.3)

##### Add parentheses for nullish coalescing in ternary
([#&#8203;16391](https://redirect.github.com/prettier/prettier/pull/16391)
by
[@&#8203;cdignam-segment](https://redirect.github.com/cdignam-segment))

This change adds clarity to operator precedence.

<!-- prettier-ignore -->

```js
// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
```

##### Add parentheses for decorator expressions
([#&#8203;16458](https://redirect.github.com/prettier/prettier/pull/16458)
by [@&#8203;y-schneider](https://redirect.g... (continued)

122 of 124 branches covered (98.39%)

Branch coverage included in aggregate %.

606 of 606 relevant lines covered (100.0%)

27.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-node-16.10.0 - 11769997792.1 11 Nov 2024 12:43AM UTC 0
99.73
GitHub Action Run
2 run-ubuntu-latest-node-lts/* - 11769997792.2 11 Nov 2024 12:43AM UTC 0
99.73
GitHub Action Run
3 run-macos-latest-node-lts/* - 11769997792.3 11 Nov 2024 12:43AM UTC 0
99.73
GitHub Action Run
4 run-windows-latest-node-16.10.0 - 11769997792.4 11 Nov 2024 12:44AM UTC 0
99.73
GitHub Action Run
5 run-windows-latest-node-lts/* - 11769997792.5 11 Nov 2024 12:44AM UTC 0
99.73
GitHub Action Run
6 run-macos-latest-node-16.10.0 - 11769997792.6 11 Nov 2024 12:43AM UTC 0
99.73
GitHub Action Run
Source Files on build 11769997792
Detailed source file information is not available for this build.
  • Back to Repo
  • 934e3eb2 on github
  • Prev Build on main (#11657507403)
  • Next Build on main (#11770040626)
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