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

wentout / mnemonica / 27199682384

09 Jun 2026 10:21AM UTC coverage: 99.149% (-0.9%) from 100.0%
27199682384

push

github

wentout
current state

301 of 301 branches covered (100.0%)

Branch coverage included in aggregate %.

18 of 21 new or added lines in 2 files covered. (85.71%)

11 existing lines in 1 file now uncovered.

1330 of 1344 relevant lines covered (98.96%)

103.52 hits per line

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

40.0
/src/utils/exception.ts
1
'use strict';
2

3
import exceptionConstructor from '../api/errors/exceptionConstructor';
1✔
4

5
export const exception = function (instance: object, error: Error, ...args: unknown[]) {
1✔
6

NEW
7
        const target = new.target;
×
NEW
8
        const exceptionResult = exceptionConstructor.call(
×
9
                instance,
10
                target,
11
                error,
12
                ...args
13
        );
NEW
14
        return exceptionResult;
×
15

16
};
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