From 89ebb208affc90717bfb6ed9ff0daae24635e3e5 Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Sun, 19 May 2024 15:41:49 +0200 Subject: [PATCH] codecov --- codecove.yml => codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename codecove.yml => codecov.yml (75%) diff --git a/codecove.yml b/codecov.yml similarity index 75% rename from codecove.yml rename to codecov.yml index dc3c4b8..062980a 100644 --- a/codecove.yml +++ b/codecov.yml @@ -4,4 +4,11 @@ comment: #this is a top-level key require_changes: false # if true: only post the comment if coverage changes require_base: false # [true :: must have a base report to post] require_head: true # [true :: must have a head report to post] - hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]] \ No newline at end of file + hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]] + +coverage: + status: + project: + default: + target: 90% + threshold: 10% \ No newline at end of file