2023-03-27 19:48:02 +03:00
|
|
|
ignore:
|
|
|
|
- "**/generated/**/*"
|
|
|
|
- "**/generated/*"
|
|
|
|
- "**/cypress/**/*"
|
|
|
|
- "cypress/**/*"
|
|
|
|
- "**/instrumented/**/*"
|
|
|
|
- "**/styles/**/*"
|
|
|
|
- "styles/**/*"
|
|
|
|
- "**/constants/**/*"
|
|
|
|
- "constants/**/*"
|
|
|
|
|
2023-04-24 22:44:41 +03:00
|
|
|
flag_management:
|
|
|
|
default_rules:
|
|
|
|
statuses:
|
|
|
|
- type: project
|
2023-03-27 19:48:02 +03:00
|
|
|
target: auto
|
2023-03-29 18:31:27 +03:00
|
|
|
threshold: 1%
|
2023-03-27 19:48:02 +03:00
|
|
|
if_ci_failed: error
|
2023-04-24 22:44:41 +03:00
|
|
|
- type: patch
|
|
|
|
target: 80%
|
|
|
|
individual_flags:
|
|
|
|
- name: e2e-tests
|
|
|
|
statuses:
|
|
|
|
- type: patch
|
|
|
|
target: 0%
|