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

nestjs / nest / 927f428e-b4d2-4380-a9e4-a0638c4cca7c

16 Oct 2024 09:28AM UTC coverage: 92.213%. Remained the same
927f428e-b4d2-4380-a9e4-a0638c4cca7c

Pull #12253

circleci

web-flow
fix(deps): update apollo graphql packages
Pull Request #12253: fix(deps): update apollo graphql packages

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