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

streetsidesoftware / regexp-worker / 15700042617

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

Pull #961

github

web-flow
Merge 4bfe7ca6f into e81b036c3
Pull Request #961: fix: drop hrtime dependency

139 of 154 branches covered (90.26%)

Branch coverage included in aggregate %.

28 of 34 new or added lines in 6 files covered. (82.35%)

3 existing lines in 1 file now uncovered.

368 of 378 relevant lines covered (97.35%)

158.52 hits per line

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

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

© 2026 Coveralls, Inc