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"