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

nestjs / nest / ae0182d5-3e47-4d23-8019-8cf995f68613

16 Jan 2025 02:20PM UTC coverage: 52.407% (-37.3%) from 89.728%
ae0182d5-3e47-4d23-8019-8cf995f68613

Pull #14433

circleci

web-flow
Update enable-shutdown-hook.spec.ts
Pull Request #14433: Fix process not ending correctly with shutdown hooks

1357 of 3328 branches covered (40.78%)

4148 of 7915 relevant lines covered (52.41%)

6.49 hits per line

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

50.0
/packages/microservices/errors/invalid-json-format.exception.ts
1
/**
2
 * @publicApi
3
 */
4
export class InvalidJSONFormatException extends Error {
1✔
5
  constructor(err: Error, data: string) {
6
    super(`Could not parse JSON: ${err.message}\nRequest data: ${data}`);
×
7
  }
8
}
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