diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-26 17:05:40 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-26 17:05:40 +0200 |
commit | 9c031c6ad52a04d7a1742e16be616566c533963f (patch) | |
tree | 3c72fc2f1d67e30b294934f3add57986145170ca /codecov.yml | |
parent | 082fa6493908f92cefdf02593a2486017650ae17 (diff) | |
download | nextcloud-server-9c031c6ad52a04d7a1742e16be616566c533963f.tar.gz nextcloud-server-9c031c6ad52a04d7a1742e16be616566c533963f.zip |
chore(codecov): Do not run project status check
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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 |