From 9f9b52c728e1d3fd784f427ade8daf2030977021 Mon Sep 17 00:00:00 2001 From: Sylvain Benner Date: Wed, 27 Mar 2024 15:19:06 -0400 Subject: [PATCH] [CI] Switch codecov to informational mode (#1540) --- codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 37819ae80..f6dbc7cf6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,10 +2,12 @@ coverage: status: project: default: + # https://docs.codecov.com/docs/commit-status#informational + informational: true target: 80% - threshold: 5% patch: default: + informational: true target: 80% github_checks: - annotations: false \ No newline at end of file + annotations: false