Skip to content

Commit 230cf6a

Browse files
committed
Coveralls
1 parent 39cb70b commit 230cf6a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-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: tests/tmp/clover.xml
3+
json_path: tests/tmp/coveralls.json

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"consistence/coding-standard": "~0.11.0",
1414
"phing/phing": "^2.13.0",
1515
"phpunit/phpunit": "^5.3",
16+
"satooshi/php-coveralls": "^1.0",
1617
"slevomat/coding-standard": "dev-php7#961090ac32"
1718
},
1819
"autoload": {

tests/phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
showUncoveredFiles="true"
2323
showOnlySummary="true"
2424
/>
25+
<log type="coverage-clover" target="tmp/clover.xml"/>
2526
</logging>
2627
</phpunit>

0 commit comments

Comments
 (0)