mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Revert "Enforce codecov requirements" (#15586)
This commit is contained in:
parent
66e1852ab5
commit
89b71b863b
16
codecov.yml
16
codecov.yml
@ -1,22 +1,16 @@
|
|||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project:
|
project: false
|
||||||
default:
|
patch: false
|
||||||
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:
|
flag_management:
|
||||||
default_rules:
|
default_rules:
|
||||||
carryforward: true
|
carryforward: true
|
||||||
statuses:
|
statuses:
|
||||||
- type: project
|
- type: project
|
||||||
informational: false # change this to true if you do not want to enforce covergae requirement
|
informational: true
|
||||||
- type: patch
|
- type: patch
|
||||||
informational: false # change this to true if you do not want to enforce covergae requirement
|
informational: true
|
||||||
individual_flags:
|
individual_flags:
|
||||||
- name: backend
|
- name: backend
|
||||||
paths:
|
paths:
|
||||||
@ -27,4 +21,4 @@ flag_management:
|
|||||||
- orbit/
|
- orbit/
|
||||||
- name: frontend
|
- name: frontend
|
||||||
paths:
|
paths:
|
||||||
- frontend/
|
- frontend/
|
||||||
|
Loading…
Reference in New Issue
Block a user