2023-03-27 09:48:02 -07:00
|
|
|
ignore:
|
|
|
|
- "**/generated/**/*"
|
|
|
|
- "**/generated/*"
|
|
|
|
- "**/cypress/**/*"
|
|
|
|
- "cypress/**/*"
|
|
|
|
- "**/instrumented/**/*"
|
|
|
|
- "**/styles/**/*"
|
|
|
|
- "styles/**/*"
|
2023-08-10 11:15:33 -05:00
|
|
|
- "**/styled.tsx"
|
2023-03-27 09:48:02 -07:00
|
|
|
- "**/constants/**/*"
|
|
|
|
- "constants/**/*"
|
2023-10-05 15:48:02 -04:00
|
|
|
- "src/dev/*"
|
2023-03-27 09:48:02 -07:00
|
|
|
|
2023-06-09 11:00:27 -07:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project: off
|
|
|
|
patch: off
|
|
|
|
|
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-06-09 11:00:27 -07:00
|
|
|
# Adjust the base when removing code to avoid penalizing tech debt payback / dead code removal.
|
|
|
|
removed_code_behavior: adjust_base
|
2023-03-27 09:48:02 -07:00
|
|
|
if_ci_failed: error
|
2023-04-24 12:44:41 -07:00
|
|
|
- type: patch
|
2023-08-09 14:40:48 -05:00
|
|
|
target: 50%
|
2023-04-24 12:44:41 -07:00
|
|
|
individual_flags:
|
2023-06-09 11:00:27 -07:00
|
|
|
- name: unit-tests
|
2023-08-17 11:30:56 -04:00
|
|
|
- name: cloud-tests
|
|
|
|
statuses:
|
|
|
|
- type: project
|
|
|
|
target: 80%
|
2023-06-09 11:00:27 -07: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
|