mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Revert "Enforce codecov requirements" (#15586)
This commit is contained in:
parent
66e1852ab5
commit
89b71b863b
1 changed files with 5 additions and 11 deletions
16
codecov.yml
16
codecov.yml
|
|
@ -1,22 +1,16 @@
|
|||
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%
|
||||
project: false
|
||||
patch: false
|
||||
|
||||
flag_management:
|
||||
default_rules:
|
||||
carryforward: true
|
||||
statuses:
|
||||
- type: project
|
||||
informational: false # change this to true if you do not want to enforce covergae requirement
|
||||
informational: true
|
||||
- type: patch
|
||||
informational: false # change this to true if you do not want to enforce covergae requirement
|
||||
informational: true
|
||||
individual_flags:
|
||||
- name: backend
|
||||
paths:
|
||||
|
|
@ -27,4 +21,4 @@ flag_management:
|
|||
- orbit/
|
||||
- name: frontend
|
||||
paths:
|
||||
- frontend/
|
||||
- frontend/
|
||||
|
|
|
|||
Loading…
Reference in a new issue