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
|