- # Coverage done by c8
- check-coverage: false
- coverage: false
- coverage-report:
- - lcovonly
- color: true
- jobs: 2
- test-env: TS_NODE_PROJECT=test/tsconfig.json
- test-ignore: $.
- test-regex: ((\/|^)(test?|__test?__)\/.*|\.(tests?|spec)|^\/?tests?)\.([mc]js|ts)$
- timeout: 60
- ts: true
- jsx: false
- flow: false
|