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

nestjs / nest / 76363899-a958-4b58-a63d-b26a11126bd9

18 Mar 2025 10:11AM UTC coverage: 89.292%. Remained the same
76363899-a958-4b58-a63d-b26a11126bd9

push

circleci

web-flow
Merge pull request #14771 from nestjs/renovate/eslint-monorepo

chore(deps): update eslint monorepo to v9.22.0

2671 of 3358 branches covered (79.54%)

7146 of 8003 relevant lines covered (89.29%)

16.35 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