From 972fcd166f08ed353975ca436bae0e54bfa10777 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 10 Mar 2022 14:33:04 +0000 Subject: [PATCH] Attempt to disable the codecov patch behaviour (#8021) --- .github/codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 0cd4cec72d..a8e0fd561b 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,3 +1,9 @@ +coverage: + status: + patch: + default: + enabled: no + if_not_found: success comment: layout: "diff, files" behavior: default