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

RobinTail / express-zod-api / 19781595774
100%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2025 08:47AM UTC
Jobs 6
Files 46
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

29 Nov 2025 08:46AM UTC coverage: 100.0%. Remained the same
19781595774

push

github

web-flow
chore(deps): update dependency prettier to v3.7.2 (#3100)

This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.7.1...3.7.2)


[diff](https://redirect.github.com/prettier/prettier/compare/3.7.1...3.7.2)

##### JavaScript: Fix string print when switching quotes
([#&#8203;18351](https://redirect.github.com/prettier/prettier/pull/18351)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```jsx
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
```

##### JavaScript: Preserve quote for embedded HTML attribute values
([#&#8203;18352](https://redirect.github.com/prettier/prettier/pull/18352)
by [@&#8203;kovsu](https://redirect.github.com/kovsu))

<!-- prettier-ignore -->

```tsx
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
```

##### TypeScript: Fix comment in empty type literal
([#&#8203;1836... (continued)

891 of 934 branches covered (95.4%)

1294 of 1294 relevant lines covered (100.0%)

402.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-24.x - 19781595774.1 29 Nov 2025 08:47AM UTC 46
100.0
GitHub Action Run
2 run-20.x - 19781595774.2 29 Nov 2025 08:47AM UTC 46
100.0
GitHub Action Run
3 run-20.19.0 - 19781595774.3 29 Nov 2025 08:47AM UTC 46
100.0
GitHub Action Run
4 run-22.12.0 - 19781595774.4 29 Nov 2025 08:47AM UTC 46
100.0
GitHub Action Run
5 run-22.x - 19781595774.5 29 Nov 2025 08:47AM UTC 46
100.0
GitHub Action Run
6 run-24.0.0 - 19781595774.6 29 Nov 2025 08:47AM UTC 46
100.0
GitHub Action Run
Source Files on build 19781595774
  • Tree
  • List 46
  • 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 #19781595774
  • c116e8cd on github
  • Prev Build on master (#19757365056)
  • Next Build on master (#19781886889)
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