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

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

Build:
Build:
LAST BUILD BRANCH: renovate/major-commitlint-monorepo
DEFAULT BRANCH: master
Ran 21 Aug 2023 02:20AM UTC
Jobs 6
Files 34
Run time 1s
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

21 Aug 2023 02:19AM UTC coverage: 99.726%. Remained the same
5921235481

push

github

web-flow
chore(deps): update dependency prettier to v3.0.2 (#828)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.0.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#302)

[Compare
Source](https://togithub.com/prettier/prettier/compare/3.0.1...3.0.2)

[diff](https://togithub.com/prettier/prettier/compare/3.0.1...3.0.2)

##### Break after `=` of assignment if RHS is poorly breakable
AwaitExpression or YieldExpression
([#&#8203;15204](https://togithub.com/prettier/prettier/pull/15204) by
[@&#8203;seiyab](https://togithub.com/seiyab))

<!-- prettier-ignore -->

```js
// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
  mainData,
);

// Prettier 3.0.2
const { section, rubric, authors, tags } =
  await utils.upsertCommonData(mainData);
```

##### Do not add trailing comma for grouped scss comments
([#&#8203;15217](https://to... (continued)

122 of 124 branches covered (98.39%)

Branch coverage included in aggregate %.

606 of 606 relevant lines covered (100.0%)

27.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-macos-latest-node-16.10.0 - 5921235481.1 21 Aug 2023 02:21AM UTC 0
99.73
GitHub Action Run
2 run-ubuntu-latest-node-lts/* - 5921235481.2 21 Aug 2023 02:20AM UTC 0
99.73
GitHub Action Run
3 run-windows-latest-node-16.10.0 - 5921235481.3 21 Aug 2023 02:21AM UTC 0
99.73
GitHub Action Run
4 run-macos-latest-node-lts/* - 5921235481.4 21 Aug 2023 02:20AM UTC 0
99.73
GitHub Action Run
5 run-ubuntu-latest-node-16.10.0 - 5921235481.5 21 Aug 2023 02:20AM UTC 0
99.73
GitHub Action Run
6 run-windows-latest-node-lts/* - 5921235481.6 21 Aug 2023 02:21AM UTC 0
99.73
GitHub Action Run
Source Files on build 5921235481
Detailed source file information is not available for this build.
  • Back to Repo
  • f4c9bf14 on github
  • Prev Build on main (#5921218625)
  • Next Build on main (#5994128486)
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