From 89b71b863bfc131a49e82f6f9a006ade840da1d8 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 13 Dec 2023 10:52:37 -0600 Subject: [PATCH] Revert "Enforce codecov requirements" (#15586) --- codecov.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/codecov.yml b/codecov.yml index 3b3049e2e..d0a398457 100644 --- a/codecov.yml +++ b/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/ \ No newline at end of file + - frontend/