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

RobinTail / express-zod-api / 15980543093

30 Jun 2025 06:17PM UTC coverage: 100.0%. Remained the same
15980543093

Pull #2778

github

web-flow
Merge fc817f046 into 22f3987ec
Pull Request #2778: chore(deps): update typescript-eslint and its rule tester (used by migration) to v8.35.1

1230 of 1273 branches covered (96.62%)

3994 of 3994 relevant lines covered (100.0%)

361.86 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