2023-03-27 19:48:02 +03:00
|
|
|
ignore:
|
|
|
|
- "**/generated/**/*"
|
|
|
|
- "**/generated/*"
|
|
|
|
- "**/cypress/**/*"
|
|
|
|
- "cypress/**/*"
|
|
|
|
- "**/instrumented/**/*"
|
|
|
|
- "**/styles/**/*"
|
|
|
|
- "styles/**/*"
|
2023-08-10 19:15:33 +03:00
|
|
|
- "**/styled.tsx"
|
2023-03-27 19:48:02 +03:00
|
|
|
- "**/constants/**/*"
|
|
|
|
- "constants/**/*"
|
|
|
|
|
2023-06-09 21:00:27 +03:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project: off
|
|
|
|
patch: off
|
|
|
|
|
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-06-09 21:00:27 +03:00
|
|
|
# Adjust the base when removing code to avoid penalizing tech debt payback / dead code removal.
|
|
|
|
removed_code_behavior: adjust_base
|
2023-03-27 19:48:02 +03:00
|
|
|
if_ci_failed: error
|
2023-04-24 22:44:41 +03:00
|
|
|
- type: patch
|
2023-08-09 22:40:48 +03:00
|
|
|
target: 50%
|
2023-04-24 22:44:41 +03:00
|
|
|
individual_flags:
|
2023-06-09 21:00:27 +03:00
|
|
|
- name: unit-tests
|
2023-08-17 18:30:56 +03:00
|
|
|
- name: cloud-tests
|
|
|
|
statuses:
|
|
|
|
- type: project
|
|
|
|
target: 80%
|
2023-06-09 21:00:27 +03:00
|
|
|
|
|
|
|
comment:
|
|
|
|
layout: flags
|
|
|
|
hide_comment_details: false
|
|
|
|
|
|
|
|
github_checks:
|
|
|
|
# Turn off GitHub Check annotations, as they make it more difficult to review code.
|
|
|
|
annotations: false
|