2023-03-27 19:48:02 +03:00
|
|
|
ignore:
|
|
|
|
- "**/generated/**/*"
|
|
|
|
- "**/generated/*"
|
|
|
|
- "**/cypress/**/*"
|
|
|
|
- "cypress/**/*"
|
|
|
|
- "**/instrumented/**/*"
|
|
|
|
- "**/styles/**/*"
|
|
|
|
- "styles/**/*"
|
|
|
|
- "**/constants/**/*"
|
|
|
|
- "constants/**/*"
|
|
|
|
|
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
target: auto
|
2023-03-29 18:31:27 +03:00
|
|
|
threshold: 1%
|
2023-03-27 19:48:02 +03:00
|
|
|
if_ci_failed: error
|
|
|
|
patch:
|
|
|
|
default:
|
2023-03-29 18:31:27 +03:00
|
|
|
target: 80%
|