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

nestjs / nest / 607f026c-38fd-456a-8156-82c04b58e80e

26 Sep 2024 08:09AM UTC coverage: 92.213%. Remained the same
607f026c-38fd-456a-8156-82c04b58e80e

push

circleci

web-flow
Merge pull request #14034 from nestjs/dependabot/npm_and_yarn/sample/28-sse/multi-5eb378ec3a

chore(deps): bump serve-static and @nestjs/platform-express in /sample/28-sse

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