Skip to content

Commit dc32fd0

Browse files
committed
Add Coveralls integration
1 parent 13510ef commit dc32fd0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.coveralls.yml

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

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
}
2121
},
2222
"require-dev": {
23+
"php-coveralls/php-coveralls": "^1.0",
2324
"phpunit/phpunit": "^6.5",
2425
"squizlabs/php_codesniffer": "^3.2"
2526
}

0 commit comments

Comments
 (0)