fleet/codecov.yml
2023-09-13 16:53:05 -05:00

30 lines
831 B
YAML

coverage:
status:
project:
default:
target: auto # aim for the same coverage as the base of the PR
threshold: 1% # allow a decrease of up to 1%
patch:
default:
target: auto # aim for the same coverage as the base of the PR
threshold: 1% # allow a decrease of up to 1%
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
informational: false # change this to true if you do not want to enforce covergae requirement
- type: patch
informational: false # change this to true if you do not want to enforce covergae requirement
individual_flags:
- name: backend
paths:
- cmd/
- pkg/
- server/
- ee/
- orbit/
- name: frontend
paths:
- frontend/