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 7ce1bfc commit 7ff5cfeCopy full SHA for 7ff5cfe
composer.json
@@ -20,7 +20,7 @@
20
"require-dev": {
21
"phpunit/phpunit": "^5.7",
22
"phake/phake": "^2.0",
23
- "satooshi/php-coveralls": "dev-master",
+ "satooshi/php-coveralls": "v1.1.0",
24
"friendsofphp/php-cs-fixer": "^2.2"
25
},
26
"autoload": {
phpunit.xml.dist
@@ -14,6 +14,5 @@
14
15
<logging>
16
<log type="coverage-clover" target="build/logs/clover.xml"/>
17
- <log type="coverage-php" target="build/cov/coverage.cov"/>
18
</logging>
19
</phpunit>
0 commit comments