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

RobinTail / express-zod-api / 20620849026
100%

Build:
DEFAULT BRANCH: master
Ran 31 Dec 2025 02:21PM 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

31 Dec 2025 02:19PM UTC coverage: 100.0%. Remained the same
20620849026

push

github

web-flow
chore(deps): update dependency zod to v4.3.2 (#3156)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [zod](https://zod.dev)
([source](https://redirect.github.com/colinhacks/zod)) | [`4.2.1` →
`4.3.2`](https://renovatebot.com/diffs/npm/zod/4.2.1/4.3.2) |
![age](https://developer.mend.io/api/mc/badges/age/npm/zod/4.3.2?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/4.2.1/4.3.2?slim=true)
|

---

### Release Notes

<details>
<summary>colinhacks/zod (zod)</summary>

###
[`v4.3.2`](https://redirect.github.com/colinhacks/zod/compare/v4.3.1...0f41e5a12)

[Compare
Source](https://redirect.github.com/colinhacks/zod/compare/v4.3.1...v4.3.2)

###
[`v4.3.1`](https://redirect.github.com/colinhacks/zod/releases/tag/v4.3.1)

[Compare
Source](https://redirect.github.com/colinhacks/zod/compare/v4.3.0...v4.3.1)

#### Commits:

-
[`0fe8840`](https://redirect.github.com/colinhacks/zod/commit/0fe88407a)
allow non-overwriting extends with refinements. 4.3.1

###
[`v4.3.0`](https://redirect.github.com/colinhacks/zod/releases/tag/v4.3.0)

[Compare
Source](https://redirect.github.com/colinhacks/zod/compare/v4.2.1...v4.3.0)

This is Zod's biggest release since 4.0. It addresses several of Zod's
longest-standing feature requests.

#### `z.fromJSONSchema()`

Convert JSON Schema to Zod
([#&#8203;5534](https://redirect.github.com/colinhacks/zod/pull/5534),
[#&#8203;5586](https://redirect.github.com/colinhacks/zod/pull/5586))

You can now convert JSON Schema definitions directly into Zod schemas.
This function supports JSON Schema `"draft-2020-12"`, `"draft-7"`,
`"draft-4"`, and OpenAPI 3.0.

```typescript
import * as z from "zod";

const schema = z.fromJSONSchema({
  type: "object",
  properties: {
    name: { type: "string", minL... (continued)

900 of 943 branches covered (95.44%)

1308 of 1308 relevant lines covered (100.0%)

407.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-22.x - 20620849026.1 31 Dec 2025 02:21PM UTC 44
100.0
GitHub Action Run
2 run-22.12.0 - 20620849026.2 31 Dec 2025 02:21PM UTC 44
100.0
GitHub Action Run
3 run-20.x - 20620849026.3 31 Dec 2025 02:21PM UTC 44
100.0
GitHub Action Run
4 run-20.19.0 - 20620849026.4 31 Dec 2025 02:21PM UTC 44
100.0
GitHub Action Run
5 run-24.x - 20620849026.5 31 Dec 2025 02:21PM UTC 44
100.0
GitHub Action Run
6 run-24.0.0 - 20620849026.6 31 Dec 2025 02:21PM UTC 44
100.0
GitHub Action Run
Source Files on build 20620849026
  • 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 #20620849026
  • 5ab0f695 on github
  • Prev Build on master (#20611948505)
  • Next Build on master (#20628993656)
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