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

RobinTail / express-zod-api / 19922120669
100%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2025 08:15AM UTC
Jobs 6
Files 44
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

04 Dec 2025 08:13AM UTC coverage: 100.0%. Remained the same
19922120669

push

github

web-flow
chore(deps): update dependency prettier to v3.7.4 (#3114)

This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4)


[diff](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4)

##### LWC: Avoid quote around interpolations
([#&#8203;18383](https://redirect.github.com/prettier/prettier/pull/18383)
by [@&#8203;kovsu](https://redirect.github.com/kovsu))

<!-- prettier-ignore -->

```html
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
```

##### TypeScript: Fix comment inside union type gets duplicated
([#&#8203;18393](https://redirect.github.com/prettier/prettier/pull/18393)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```tsx
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
```

##### TypeScript: Fix unstable comment print in union type comments
([#&#8203;18395](https://redirect.github.com/prettier/prettier/pull/18395)
by [@&#8203;fisker](https://redirect.github.com... (continued)

893 of 936 branches covered (95.41%)

1284 of 1284 relevant lines covered (100.0%)

404.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-22.12.0 - 19922120669.1 04 Dec 2025 08:15AM UTC 44
100.0
GitHub Action Run
2 run-24.x - 19922120669.2 04 Dec 2025 08:15AM UTC 44
100.0
GitHub Action Run
3 run-20.19.0 - 19922120669.3 04 Dec 2025 08:15AM UTC 44
100.0
GitHub Action Run
4 run-20.x - 19922120669.4 04 Dec 2025 08:15AM UTC 44
100.0
GitHub Action Run
5 run-22.x - 19922120669.5 04 Dec 2025 08:15AM UTC 44
100.0
GitHub Action Run
6 run-24.0.0 - 19922120669.6 04 Dec 2025 08:15AM UTC 44
100.0
GitHub Action Run
Source Files on build 19922120669
  • Tree
  • List 44
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19922120669
  • 76f3c35c on github
  • Prev Build on master (#19921720876)
  • Next Build on master (#19953508347)
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