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

RobinTail / express-zod-api / 13144382216
100%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2025 08:37PM UTC
Jobs 4
Files 52
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 Feb 2025 08:36PM UTC coverage: 100.0%. Remained the same
13144382216

push

github

web-flow
feat: Pull examples from object schema properties (#2324)

When describing examples of the IO schemas only top level calls of
`.example()` method used to be taken into account in the generated
`Documentation`

```ts
factory.build({
  input: z
    .object({
      key: z.string().nonempty(),
    })
    .example({
      key: "1234-5678-90",
    }),
})
```

This feature enabled pulling examples up from the shape of object schema
properties, so the syntax can be simplified:

```ts
factory.build({
  input: z.object({
    key: z.string().nonempty().example("1234-5678-90"),
  }),
})
```

1240 of 1261 branches covered (98.33%)

56 of 56 new or added lines in 3 files covered. (100.0%)

4198 of 4198 relevant lines covered (100.0%)

277.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-20.x - 13144382216.1 04 Feb 2025 08:37PM UTC 52
100.0
GitHub Action Run
2 run-22.x - 13144382216.2 04 Feb 2025 08:37PM UTC 52
100.0
GitHub Action Run
3 run-22.0.0 - 13144382216.3 04 Feb 2025 08:37PM UTC 52
100.0
GitHub Action Run
4 run-20.9.0 - 13144382216.4 04 Feb 2025 08:37PM UTC 52
100.0
GitHub Action Run
Source Files on build 13144382216
  • Tree
  • List 52
  • Changed 7
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #13144382216
  • 2e25c298 on github
  • Prev Build on master (#13144238387)
  • Next Build on master (#13149955680)
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

© 2025 Coveralls, Inc