From 9c031c6ad52a04d7a1742e16be616566c533963f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 26 Oct 2023 17:05:40 +0200 Subject: [PATCH] chore(codecov): Do not run project status check Signed-off-by: Ferdinand Thiessen --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yml b/codecov.yml index 7f31b67dc0e..bf38ed6de0a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,3 +5,9 @@ codecov: - '!scrutinizer-ci.com' comment: false + +# Ignore project status check as our CI only runs PHP tests for PHP PRs and JS tests for JS PRs +# Otherwise it will warn about project coverage drops +coverage: + status: + project: off