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

RobinTail / express-zod-api / 19922120669 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2025 08:15AM UTC
Files 44
Run time 2s
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.2

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%)

67.44 hits per line

Source Files on job run-24.x - 19922120669.2
  • 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 Build 19922120669
  • 76f3c35c on github
  • Prev Job for on master (#19921720876.2)
  • Next Job for on master (#19953508347.3)
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