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

svrooij / node-sonos-ts / 13499998073

24 Feb 2025 02:10PM UTC coverage: 53.445% (-25.2%) from 78.628%
13499998073

Pull #202

github

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

562 of 1157 branches covered (48.57%)

Branch coverage included in aggregate %.

1191 of 2123 relevant lines covered (56.1%)

34.56 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 {
16✔
2
  constructor(public code: EventsErrorCode, baseError?: Error) {
×
3
    super(baseError?.message);
×
4
    this.name = 'EventsError';
×
5
    this.stack = baseError?.stack;
×
6
  }
7
}
8

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