mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(codecov): Do not run project status check
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
082fa64939
commit
9c031c6ad5
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue