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

nestjs / nest / 3c5c6cb3-c7d8-4319-9317-50bcb71cd539

09 Oct 2024 07:07AM UTC coverage: 92.213%. Remained the same
3c5c6cb3-c7d8-4319-9317-50bcb71cd539

push

circleci

web-flow
Merge pull request #14040 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/multi-0b8bbc7c9e

chore(deps): bump send, @nestjs/platform-express and express in /sample/24-serve-static

2572 of 3092 branches covered (83.18%)

6750 of 7320 relevant lines covered (92.21%)

17.06 hits per line

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

50.0
/packages/microservices/errors/empty-response.exception.ts
1
/**
2
 * @publicApi
3
 */
4
export class EmptyResponseException extends Error {
1✔
5
  constructor(pattern: string) {
6
    super(
×
7
      `Empty response. There are no subscribers listening to that message ("${pattern}")`,
8
    );
9
  }
10
}
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