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

help-me-mom / ng-mocks / 2669be48-d3c8-47f1-9e0c-601da6ef1817

28 Oct 2024 11:18PM UTC coverage: 100.0%. Remained the same
2669be48-d3c8-47f1-9e0c-601da6ef1817

Pull #10314

circleci

web-flow
chore(e2e/min): update dependency @types/node to v20.17.2
Pull Request #10314: chore(e2e/min): update dependency @types/node to v20.17.2

3269 of 3269 branches covered (100.0%)

Branch coverage included in aggregate %.

4834 of 4834 relevant lines covered (100.0%)

8529.08 hits per line

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

100.0
/libs/ng-mocks/src/lib/common/core.reflect.body-catch.ts
1
import errorEmptyDef from './error.empty-def';
1✔
2
import errorJestMock from './error.jest-mock';
1✔
3
import errorMissingDecorators from './error.missing-decorators';
1✔
4

5
export default (callback: any) => (def: any) => {
18,495✔
6
  errorEmptyDef(def);
18,495✔
7

8
  try {
18,495✔
9
    return callback(def);
18,495✔
10
  } catch {
11
    errorJestMock(def);
111✔
12
    errorMissingDecorators(def);
104✔
13
  }
14
};
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

© 2025 Coveralls, Inc