• 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/organizer.ts
1
/* eslint-disable class-methods-use-this */
2

3
import organize, { OrganizeResult, TypeOfInteractor } from './organize';
1✔
4

5
export default class Organizer {
1✔
6
  static organize(): TypeOfInteractor[] {
7
    return [];
2✔
8
  }
9

10
  static perform(context: any = {}): Promise<OrganizeResult> {
2✔
11
    return organize(context, this.organize());
4✔
12
  }
13
}
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