mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
* [MOD[ CodeClimate config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -56,7 +56,7 @@ app/temp/*
|
||||
app/modules/web/plugins/*
|
||||
vendor/*
|
||||
doc/*
|
||||
test/_output/
|
||||
test/_output/*
|
||||
|
||||
.phpstorm.meta.php
|
||||
composer.phar
|
||||
|
||||
@@ -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
0
test/_output/.blank
Normal file
Reference in New Issue
Block a user