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

streetsidesoftware / regexp-worker / 15700016468

17 Jun 2025 06:37AM UTC coverage: 95.301% (-2.4%) from 97.665%
15700016468

Pull #961

github

web-flow
Merge 77ff95297 into e81b036c3
Pull Request #961: fix: drop hrtime dependency

139 of 154 branches covered (90.26%)

Branch coverage included in aggregate %.

27 of 33 new or added lines in 6 files covered. (81.82%)

3 existing lines in 1 file now uncovered.

368 of 378 relevant lines covered (97.35%)

166.79 hits per line

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

0.0
/src/TimeoutError.ts
1

2
export class TimeoutError extends Error {
3
    message: string;
4
    elapsedTimeMs: number;
5
    constructor(message: string, elapsedTimeMs: number) {
NEW
6
        super(message);
×
NEW
7
        this.name = 'TimeoutError';
×
NEW
8
        this.message = message;
×
NEW
9
        this.elapsedTimeMs = elapsedTimeMs;
×
10
    }
11
}
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