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

RobinTail / express-zod-api / 15978075268

30 Jun 2025 04:11PM UTC coverage: 100.0%. Remained the same
15978075268

Pull #2777

github

web-flow
Merge 1e71529ec into fb62f90f2
Pull Request #2777: feat(v25): `undefined` input schema for factories and middlewares by default

1229 of 1272 branches covered (96.62%)

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

3987 of 3987 relevant lines covered (100.0%)

360.37 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/express-zod-api/src/buffer-schema.ts
1
import { z } from "zod/v4";
6✔
2

3
export const ezBufferBrand = Symbol("Buffer");
6✔
4

5
export const buffer = () =>
6✔
6
  z
234✔
7
    .custom<Buffer>((subject) => Buffer.isBuffer(subject), {
234✔
8
      error: "Expected Buffer",
234✔
9
    })
234✔
10
    .brand(ezBufferBrand as symbol);
234✔
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