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