From 7148cb8c008e97581342b0431068d68cab9fff84 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 28 Apr 2023 11:02:30 +0800 Subject: [PATCH] ci: make codecov informational --- .github/codecov.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 72d194baa..b3440d1dd 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,8 +1,14 @@ coverage: status: - project: yes - patch: no - changes: no + project: + default: + informational: true + patch: + default: + informational: true + changes: + default: + informational: true ignore: - "**/main.rs"