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

RobinTail / express-zod-api / 6101909696
100%

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

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%)

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

1175 of 1175 relevant lines covered (100.0%)

248.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-20.x - 6101909696.1 06 Sep 2023 08:09PM UTC 0
100.0
GitHub Action Run
2 run-18.x - 6101909696.2 06 Sep 2023 08:09PM UTC 0
100.0
GitHub Action Run
3 run-18.0.0 - 6101909696.3 06 Sep 2023 08:09PM UTC 0
100.0
GitHub Action Run
4 run-20.1.0 - 6101909696.4 06 Sep 2023 08:10PM UTC 0
100.0
GitHub Action Run
Source Files on build 6101909696
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6101909696
  • 8cdbf141 on github
  • Prev Build on master (#6100323414)
  • Next Build on master (#6102255171)
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