From 84ef65dfb7e1d77fd6cc33ff700953d7afe52045 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Wed, 16 Nov 2022 13:43:23 -0800 Subject: [PATCH] ci: disable patch checks for codecov --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index e37f38c89..2c6836c46 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,6 @@ coverage: status: + patch: off project: default: threshold: null @@ -7,4 +8,4 @@ coverage: github_checks: annotations: false comment: - require_changes: true \ No newline at end of file + require_changes: true