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

nestjs / nest / 4985bf1d-5e80-46f6-bbaf-e681bc066260

03 Apr 2025 08:01AM CUT coverage: 89.274% (-0.03%) from 89.308%
4985bf1d-5e80-46f6-bbaf-e681bc066260

Pull #14900

circleci

kamilmysliwiec
feat(core): call hooks by components hierarchy level
Pull Request #14900: feat(core): call hooks by components hierarchy level (order)

2685 of 3377 branches covered (79.51%)

66 of 72 new or added lines in 9 files covered. (91.67%)

1 existing line in 1 file now uncovered.

7166 of 8027 relevant lines covered (89.27%)

16.47 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