From 93bf20a1f609a8ad522cfbcdee4db6e7e6b1645d Mon Sep 17 00:00:00 2001 From: Sam Vente Date: Fri, 5 Jul 2024 16:13:12 +0200 Subject: [PATCH] fix: disable codecov patch coverage --- .github/codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index cd5ce8f..81ac201 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -11,6 +11,11 @@ coverage: # Avoid false negatives threshold: 1% + # Disable patch since it is noisy and not correct + patch: + default: + enabled: no + if_not_found: success # Test files aren't important for coverage ignore: - "tests"