adding codeclimate coverage reporting to travis
This commit is contained in:
parent
0e217a42c5
commit
790cd9fd3a
2 changed files with 3 additions and 1 deletions
|
@ -13,3 +13,4 @@ script:
|
|||
|
||||
after_script:
|
||||
- vendor/bin/codacycoverage clover tst/log/coverage-clover.xml
|
||||
- vendor/bin/test-reporter --coverage-report tst/log/coverage-clover.xml
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.8.*",
|
||||
"codacy/coverage": "dev-master"
|
||||
"codacy/coverage": "dev-master",
|
||||
"codeclimate/php-test-reporter": "dev-master"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue