From e38e2cccd43bf7c13739dab9175a1b0c903eed00 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:18:32 +0200 Subject: [PATCH] set codecov as informational (#17453) --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 8544950a6a..301eba5ba4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -36,6 +36,7 @@ coverage: # https://codecov.readme.io/v1.0/docs/commit-status project: default: + informational: true target: 99% # specify the target coverage for each commit status threshold: 30% # allow this little decrease on project # https://github.com/codecov/support/wiki/Filtering-Branches @@ -44,6 +45,7 @@ coverage: # https://github.com/codecov/support/wiki/Patch-Status patch: default: + informational: true target: 50% # specify the target "X%" coverage to hit threshold: 5% # allow this much decrease on patch changes: false