Skip to content

Commit 68035bc

Browse files
committed
Add coveralls file
1 parent b505899 commit 68035bc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.coveralls.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage_clover: clover.xml
2+
json_path: coveralls-upload.json

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ before_script:
1919

2020
- wget http://getcomposer.org/composer.phar
2121
- php composer.phar install
22+
- php composer.phar require satooshi/php-coveralls
2223

2324
script:
2425
- mkdir -p build/logs

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"guzzlehttp/guzzle": "~6.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "5.6.*",
21-
"satooshi/php-coveralls": "^v1.0.1"
20+
"phpunit/phpunit": "5.6.*"
2221
},
2322
"autoload": {
2423
"psr-4": {

0 commit comments

Comments
 (0)