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"