35dace7bfe
* wip * fix: only instrument thru babel in test and dev * fix: remove unused deps * fix: yarn dedup * fix: remove nyc_output dir from git * fix: remove comment from index.html
22 lines
400 B
YAML
22 lines
400 B
YAML
ignore:
|
|
- "**/generated/**/*"
|
|
- "**/generated/*"
|
|
- "**/cypress/**/*"
|
|
- "cypress/**/*"
|
|
- "**/instrumented/**/*"
|
|
- "**/styles/**/*"
|
|
- "styles/**/*"
|
|
- "**/constants/**/*"
|
|
- "constants/**/*"
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 5%
|
|
if_ci_failed: error
|
|
patch:
|
|
default:
|
|
enabled: no
|
|
if_not_found: success |