From 38c4296d62c830963949b07266bf46d995c0bb4a Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Fri, 2 Feb 2024 15:44:43 +0100 Subject: [PATCH] github: Improve codecov integration with better config --- .github/codecov.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 141aa9d..d68f84e 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,10 +1,19 @@ codecov: require_ci_to_pass: yes comment: - layout: "diff,flags" + layout: "header,diff,files" require_changes: true require_base: true require_head: true +coverage: + status: + project: + default: + target: "75%" + threshold: "0.1%" + removed_code_behavior: adjust_base +github_checks: + annotations: true ignore: - "app" - "docs"