This commit is contained in:
Maxence Lange 2017-03-08 19:00:10 -01:00
parent 8eea5b7900
commit ebe3685d80
2 changed files with 2 additions and 5 deletions

View File

@ -27,13 +27,12 @@ pipeline:
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME/tests/
# phpunit
- phpunit --configuration phpunit.xml
# codecov
- wget https://codecov.io/bash -O codecov.sh
# - wget https://scrutinizer-ci.com/ocular.phar
# - php ocular.phar code-coverage:upload --format=php-clover _output/coverage.xml
- bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t ff710fa8-260c-4a61-bdd3-0771d6aea5b5
# - bash <(curl -s https://codecov.io/bash) -f _output/coverage.xml -t ff710fa8-260c-4a61-bdd3-0771d6aea5b5
when:
matrix:
TESTS: phpunit-test

View File

@ -21,8 +21,6 @@ tools:
php_sim: true
php_pdepend: true
php_analyzer: true
external_code_coverage:
timeout: 3600
checks:
php: