mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
2fcc5ee72e
relates to #8771 Add coverage for frontend and improve coverage reports around Backend and frontend code.
25 lines
412 B
YAML
25 lines
412 B
YAML
coverage:
|
|
status:
|
|
project: false
|
|
patch: false
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
informational: true
|
|
- type: patch
|
|
informational: true
|
|
individual_flags:
|
|
- name: backend
|
|
paths:
|
|
- cmd/
|
|
- pkg/
|
|
- server/
|
|
- ee/
|
|
- orbit/
|
|
- name: frontend
|
|
paths:
|
|
- frontend/
|