From a3f10f7f2079c670810141b802d9b072ccf25f20 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 19 May 2022 09:56:12 +0200 Subject: [PATCH] [ci] disable pull-request comments by codecov --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 429a94c8..b0dd0256 100644 --- a/codecov.yml +++ b/codecov.yml @@ -20,3 +20,4 @@ coverage: # `informational`: https://docs.codecov.com/docs/commit-status#informational # `threshold`: https://docs.codecov.com/docs/commit-status#threshold informational: true +comment: false