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

RobinTail / express-zod-api / 6101909696 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2023 08:10PM UTC
Files 33
Run time 1s
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

06 Sep 2023 08:07PM UTC coverage: 100.0%. Remained the same
6101909696.1

push

github

web-flow
Fix type of `arrayResultHandler` (#1146)

I noticed that currently it's compiled this way in DTS:

```ts
declare const arrayResultHandler: ResultHandlerDefinition<any, z.ZodString & {
    _def: z.ZodStringDef & MetaDef<z.ZodString>;
    example: (example: string) => z.ZodString & any;
}>;
```

After this improvement:

```ts
declare const arrayEndpointsFactory: EndpointsFactory<z.ZodArray<any, "many"> & {
    _def: z.ZodArrayDef<any> & MetaDef<z.ZodArray<any, "many">>;
    example: (example: any[]) => z.ZodArray<any, "many"> & any;
}, z.ZodString & {
    _def: z.ZodStringDef & MetaDef<z.ZodString>;
    example: (example: string) => z.ZodString & any;
}, null, {}, string, string>;
```

548 of 577 branches covered (0.0%)

1175 of 1175 relevant lines covered (100.0%)

62.24 hits per line

Source Files on job run-20.x - 6101909696.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6101909696
  • 8cdbf141 on github
  • Prev Job for on master (#6100323414.1)
  • Next Job for on master (#6102255171.1)
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