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

nestjs / nest / e8cb8860-18f8-42b4-a739-ea990734c33d

17 Apr 2025 05:59PM CUT coverage: 89.321%. Remained the same
e8cb8860-18f8-42b4-a739-ea990734c33d

Pull #14980

circleci

Borewit
test(common): Fix invalid file type test

Fixes a unit test, which aims to provide a PNG instead of JPEG.
The unit test passes because the file type cannot be recognized,
yet the intention was more likely to detect it was a different file type.

Change the PNG data into valid PNG file data.
Ensure the PNG data is detected as PNG.
Pull Request #14980: test(common): Fix invalid file type test

2687 of 3374 branches covered (79.64%)

7160 of 8016 relevant lines covered (89.32%)

16.34 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