* [MOD[ CodeClimate config

This commit is contained in:
nuxsmin
2018-07-25 10:51:30 +02:00
committed by Rubén D
parent c6a50a8ce9
commit f6dae9bee7
3 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@@ -56,7 +56,7 @@ app/temp/*
app/modules/web/plugins/*
vendor/*
doc/*
test/_output/
test/_output/*
.phpstorm.meta.php
composer.phar

View File

@@ -19,8 +19,7 @@ before_script:
script: ./vendor/bin/phpunit -c ./phpunit.xml
after_script:
- mv test/_output/clover.xml clover.xml
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then mv ./test/_output/coverage-clover.xml clover.xml && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover; fi
notifications:
on_success: never

0
test/_output/.blank Normal file
View File