fleet/codecov.yml
Gabriel Hernandez 2fcc5ee72e
generate js coverage report in CI (#12029)
relates to #8771

Add coverage for frontend and improve coverage reports around Backend
and frontend code.
2023-06-01 17:46:25 +01:00

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/