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

digaev / interactor-js / 6656e8ee-9903-4023-ba76-c2dc6937abc6

24 Jun 2024 03:55PM UTC coverage: 99.074%. Remained the same
6656e8ee-9903-4023-ba76-c2dc6937abc6

push

circleci

web-flow
Update README.md

23 of 24 branches covered (95.83%)

Branch coverage included in aggregate %.

84 of 84 relevant lines covered (100.0%)

4.68 hits per line

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

100.0
/lib/safe-interactor.ts
1
import Interactor from './interactor';
1✔
2

3
export default class SafeInteractor extends Interactor {
1✔
4
  protected around(): void {
5
    super.around();
3✔
6

7
    const original = this.perform;
3✔
8

9
    this.perform = () => original.call(this)
3✔
10
      .catch((error) => {
11
        this.fail({ error });
1✔
12
      });
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