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

nestjs / nest / d1b88a3f-2e52-4d2e-bd46-456f6a0e4a6d

03 Feb 2025 12:55AM UTC coverage: 89.702%. Remained the same
d1b88a3f-2e52-4d2e-bd46-456f6a0e4a6d

Pull #14555

circleci

web-flow
chore(deps-dev): bump @commitlint/config-angular from 19.7.0 to 19.7.1

Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.7.0 to 19.7.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.7.1/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #14555: chore(deps-dev): bump @commitlint/config-angular from 19.7.0 to 19.7.1

2660 of 3332 branches covered (79.83%)

7108 of 7924 relevant lines covered (89.7%)

16.49 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