We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cb70b commit 230cf6aCopy full SHA for 230cf6a
.coveralls.yml
@@ -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
@@ -13,6 +13,7 @@
13
"consistence/coding-standard": "~0.11.0",
14
"phing/phing": "^2.13.0",
15
"phpunit/phpunit": "^5.3",
16
+ "satooshi/php-coveralls": "^1.0",
17
"slevomat/coding-standard": "dev-php7#961090ac32"
18
},
19
"autoload": {
tests/phpunit.xml
@@ -22,5 +22,6 @@
22
showUncoveredFiles="true"
23
showOnlySummary="true"
24
/>
25
+ <log type="coverage-clover" target="tmp/clover.xml"/>
26
</logging>
27
</phpunit>
0 commit comments