Skip to content

Commit 7ff5cfe

Browse files
committed
update php-coveralls
1 parent 7ce1bfc commit 7ff5cfe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"phpunit/phpunit": "^5.7",
2222
"phake/phake": "^2.0",
23-
"satooshi/php-coveralls": "dev-master",
23+
"satooshi/php-coveralls": "v1.1.0",
2424
"friendsofphp/php-cs-fixer": "^2.2"
2525
},
2626
"autoload": {

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414

1515
<logging>
1616
<log type="coverage-clover" target="build/logs/clover.xml"/>
17-
<log type="coverage-php" target="build/cov/coverage.cov"/>
1817
</logging>
1918
</phpunit>

0 commit comments

Comments
 (0)