From 1fe9b0da35ac57a671623a8eff69514ba115514a Mon Sep 17 00:00:00 2001 From: dcvz Date: Thu, 11 Apr 2024 18:46:55 +0200 Subject: [PATCH] chore(codecov): Update the config --- .codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 587e6b2..660b3c6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,2 +1,15 @@ ignore: - "Example/.*" +coverage: + status: + project: + default: + # https://docs.codecov.com/docs/commit-status#informational + informational: true + target: 80% + patch: + default: + informational: true + target: 80% +github_checks: + annotations: false