diff options
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |