From 2e632a39605667daf4354f851e5693c783024fd4 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 9 Feb 2023 14:54:28 +0100 Subject: [PATCH] Disable codecov comment in PRs (keeping statuses) --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index baf0d8d7..beeef553 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,7 @@ +--- coverage: fixes: - "alibuild/::" +# Disable long, annoying overview comment in PRs; only set statuses with links +# to codecov.io. +comment: false