Another attempt at code coverage for codeclimate

This commit is contained in:
Timothy Warren 2016-01-12 12:47:48 -05:00
parent 2e3306708e
commit e59ead5a84
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ script:
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover
- CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter
matrix:
allow_failures:

View File

@ -17,5 +17,8 @@
"psr/log": "~1.0",
"robmorgan/phinx": "0.4.*",
"yosymfony/toml": "0.3.*"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master"
}
}