2023-06-01 16:46:25 +00:00
|
|
|
coverage:
|
|
|
|
|
status:
|
2023-12-13 16:52:37 +00:00
|
|
|
project: false
|
|
|
|
|
patch: false
|
2023-06-01 16:46:25 +00:00
|
|
|
|
|
|
|
|
flag_management:
|
|
|
|
|
default_rules:
|
|
|
|
|
carryforward: true
|
|
|
|
|
statuses:
|
|
|
|
|
- type: project
|
2023-12-13 16:52:37 +00:00
|
|
|
informational: true
|
2023-06-01 16:46:25 +00:00
|
|
|
- type: patch
|
2023-12-13 16:52:37 +00:00
|
|
|
informational: true
|
2023-06-01 16:46:25 +00:00
|
|
|
individual_flags:
|
|
|
|
|
- name: backend
|
|
|
|
|
paths:
|
|
|
|
|
- cmd/
|
|
|
|
|
- pkg/
|
|
|
|
|
- server/
|
|
|
|
|
- ee/
|
|
|
|
|
- orbit/
|
2026-02-27 13:53:57 +00:00
|
|
|
- name: backend-activity
|
|
|
|
|
paths:
|
|
|
|
|
- server/activity/
|
2023-06-01 16:46:25 +00:00
|
|
|
- name: frontend
|
|
|
|
|
paths:
|
2023-12-13 16:52:37 +00:00
|
|
|
- frontend/
|
2026-01-06 01:17:13 +00:00
|
|
|
- name: android
|
|
|
|
|
paths:
|
|
|
|
|
- android/
|
2024-09-07 16:50:59 +00:00
|
|
|
|
|
|
|
|
ignore:
|
|
|
|
|
- "server/mock"
|
2024-09-09 20:28:15 +00:00
|
|
|
- "server/fleet/activities.go" # mostly contains code for documentation -- not interesting for tests
|