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

RobinTail / express-zod-api / 14713214501

28 Apr 2025 04:48PM UTC coverage: 100.0%. Remained the same
14713214501

Pull #2589

github

web-flow
Merge 122705e67 into df75b154a
Pull Request #2589: Deep checks using `toJSONSchema`

1187 of 1228 branches covered (96.66%)

88 of 88 new or added lines in 4 files covered. (100.0%)

4034 of 4034 relevant lines covered (100.0%)

253.85 hits per line

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

100.0
/express-zod-api/src/content-type.ts
1
export const contentTypes = {
4✔
2
  json: "application/json",
4✔
3
  upload: "multipart/form-data",
4✔
4
  raw: "application/octet-stream",
4✔
5
  sse: "text/event-stream",
4✔
6
  form: "application/x-www-form-urlencoded",
4✔
7
};
4✔
8

9
export type ContentType = keyof typeof contentTypes;
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