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

RobinTail / express-zod-api / 33197439052
100%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2026 06:02PM UTC
Jobs 6
Files 51
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

28 Aug 2026 06:02PM UTC coverage: 99.937%. Remained the same
33197439052

push

github

web-flow
fix: resolve root meta refs on input schemas (#3659) (#3663)

## Resolves #3659

Root `.meta({ id })` on an input schema reduced the whole request
depiction to a bare `$ref` (`#/components/schemas/UserInput`). Because
`flattenIO` only walks `type: "object"` depictions, path parameters then
appeared missing and `Documentation` threw `The input schema is missing
the path parameter "id"` even though the field existed. The same `$ref`
opacity also made `excludeParamsFromDepiction` skip stripping path
fields from the body (family of #3601).

### Change
- Added `Documentation.#resolveRequest`, which resolves a top-level
component reference back to the depicted object (O(1) lookup in
`rootDoc.components.schemas`).
- `flattenIO` and `excludeParamsFromDepiction` now operate on the
resolved subject, so path parameters are discovered (emitted as `in:
"path"`) and stripped from the request body.
- When nothing is stripped (no path params) the original shared `$ref`
is reused for the body, preserving the #3570 component-reuse behavior.
When params are stripped, `depictBody` emits a fresh per-route body
component (per #3601 semantics), so it no longer collides with the
shared component.
- Works for both `composition: "components"` and `"inline"`.

### Tests
- `Issue #3659` describe block in `tests/documentation.spec.ts`:
components and inline composition both document `id` as `in: "path"` and
leave only `name` in the body; a no-path-param route still `$ref`s the
shared `UserInput` component.

### Docs
- Patch-level `v29.3.5` CHANGELOG entry crediting the reporter.

Routing is unaffected (document generation only). Full main-package
suite (1701 tests), `tsc`, `oxlint`, and `oxfmt` all pass.

<!-- PULLFROG_DIVIDER_DO_NOT_REMOVE_PLZ -->
<sup><a href="https://pullfrog.com"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://pullfrog.com/logos/frog-white-full-18px.png"><img
src="https://pullfrog.com/logos/frog-green-full-18px.png" width="9px"
height="9... (continued)

1095 of 1145 branches covered (95.63%)

12 of 12 new or added lines in 1 file covered. (100.0%)

1589 of 1590 relevant lines covered (99.94%)

593.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-26.x - 33197439052.1 28 Aug 2026 06:03PM UTC 51
99.94
GitHub Action Run
2 run-24.11.0 - 33197439052.2 28 Aug 2026 06:03PM UTC 51
99.94
GitHub Action Run
3 run-26.0.0 - 33197439052.3 28 Aug 2026 06:03PM UTC 51
99.94
GitHub Action Run
4 run-22.19.0 - 33197439052.4 28 Aug 2026 06:03PM UTC 51
99.94
GitHub Action Run
5 run-22.x - 33197439052.5 28 Aug 2026 06:03PM UTC 51
99.94
GitHub Action Run
6 run-24.x - 33197439052.6 28 Aug 2026 06:02PM UTC 51
99.94
GitHub Action Run
Source Files on build 33197439052
  • Tree
  • List 51
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33197439052
  • c161e408 on github
  • Prev Build on master (#32892699682)
  • Next Build on master (#33201584103)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc