Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit fe93792

Browse files
committed
Enable CodeClimate coverage reporting
1 parent c4793ad commit fe93792

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ php:
77
- hhvm
88
- nightly
99
before_script: composer install
10+
after_script:
11+
- vendor/bin/test-reporter
1012
matrix:
1113
allow_failures:
1214
- php: hhvm
1315
- php: nightly
1416
fast_finish: true
17+
addons:
18+
codeclimate: true
1519
notifications:
1620
webhooks:
1721
urls:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"monolog/monolog": "~1.10"
2323
},
2424
"require-dev": {
25+
"codeclimate/php-test-reporter": "dev-master",
2526
"phpdocumentor/phpdocumentor": "~2.6.1",
2627
"phpunit/phpunit": "~4.1.3"
2728
},

0 commit comments

Comments
 (0)