mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #41140 from nextcloud/chore/codecov-ignore-project-state
chore(codecov): Do not run project status check
This commit is contained in:
commit
23e5fe9a51
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