Merge #16031 - Remove codacy/coverage dev-dependency
Pull-request: #16031 Ref: #16005 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
f577a71f35
@ -26,13 +26,14 @@ script:
|
||||
- ./vendor/bin/phpunit --configuration phpunit.xml.dist --exclude-group selenium
|
||||
|
||||
after_script:
|
||||
- if [ -f vendor/bin/codacycoverage ] ; then php vendor/bin/codacycoverage clover || true ; fi
|
||||
- if [ -f php.log ] ; then cat php.log ; fi
|
||||
- if [ -f nginx-error.log ] ; then cat nginx-error.log ; fi
|
||||
- if [ -f config.inc.php ] ; then rm -rf config.inc.php; fi
|
||||
- if [ "$CI_MODE" = "selenium" ] ; then ~/browserstack/BrowserStackLocal --daemon stop; fi
|
||||
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- bash <(curl -Ls https://coverage.codacy.com/get.sh)
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
@ -81,7 +81,6 @@
|
||||
"samyoul/u2f-php-server": "For FIDO U2F authentication"
|
||||
},
|
||||
"require-dev": {
|
||||
"codacy/coverage": "^1.3.0",
|
||||
"php-webdriver/webdriver": "^1.8",
|
||||
"phpmyadmin/coding-standard": "^1.0",
|
||||
"phpstan/extension-installer": "^1.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user