• 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/date-out-schema.ts
1
import { z } from "zod/v4";
6✔
2

3
export const ezDateOutBrand = Symbol("DateOut");
6✔
4

5
export const dateOut = (meta: Parameters<z.ZodString["meta"]>[0] = {}) =>
6✔
6
  z
36✔
7
    .date()
36✔
8
    .transform((date) => date.toISOString())
36✔
9
    .brand(ezDateOutBrand as symbol)
36✔
10
    .meta(meta);
36✔
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