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:
William Desportes 2020-03-19 21:30:22 +01:00
commit f577a71f35
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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",