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

svrooij / node-sonos-ts / 13503584565

24 Feb 2025 05:04PM UTC coverage: 67.206% (-11.4%) from 78.628%
13503584565

Pull #202

github

web-flow
Merge 2154f93b8 into c6d6e5d33
Pull Request #202: Feature/upgrade

743 of 1157 branches covered (64.22%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

241 existing lines in 13 files now uncovered.

1460 of 2121 relevant lines covered (68.84%)

47.31 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

36.84
/src/models/event-errors.ts
1
export class EventsError extends Error {
17✔
UNCOV
2
  constructor(public code: EventsErrorCode, baseError?: Error) {
×
UNCOV
3
    super(baseError?.message);
×
UNCOV
4
    this.name = 'EventsError';
×
UNCOV
5
    this.stack = baseError?.stack;
×
6
  }
7
}
8

9
export enum EventsErrorCode {
17✔
10
  SubscribeFailed = 'SubscribeFailed',
17✔
11
  RenewSubscriptionFailed = 'RenewSubscriptionFailed',
17✔
12
  UnsubscribeFailed = 'UnsubscribeFailed',
17✔
13
}
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

© 2026 Coveralls, Inc