From 89eee104abbd18e73a4f298c518b9ac133239752 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Tue, 28 May 2024 13:51:09 +0200 Subject: [PATCH] chore: disable codecov PR comments (#1724) --- .github/codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 1bfa8112b..ab2d054c0 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,3 +1,4 @@ +comment: false ignore: - "lib/third_party" # Third party libraries should be ignored - "lib/external" # Our own libraries should be checked in their own repositories