From f6dae9bee76b84933763b680285a959b45be9c71 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Wed, 25 Jul 2018 10:51:30 +0200 Subject: [PATCH] * [MOD[ CodeClimate config --- .gitignore | 2 +- .travis.yml | 3 +-- test/_output/.blank | 0 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 test/_output/.blank diff --git a/.gitignore b/.gitignore index 8eac8027..2b7d4115 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,7 @@ app/temp/* app/modules/web/plugins/* vendor/* doc/* -test/_output/ +test/_output/* .phpstorm.meta.php composer.phar diff --git a/.travis.yml b/.travis.yml index 2b1ca25e..a28d1b1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/test/_output/.blank b/test/_output/.blank new file mode 100644 index 00000000..e69de29b