diff --git a/.github/.codecov.yml b/.github/.codecov.yml index 766d2b65a4..4f30a7ab64 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -19,6 +19,11 @@ coverage: only_pulls: true flags: - "unittest" + # Disable patch since it is noisy and not correct + patch: + default: + enabled: no + if_not_found: success comment: false