Skip to content

Commit 1281c8e

Browse files
author
Luca Degasperi
committed
coveralls pt 3
1 parent 748bb46 commit 1281c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</whitelist>
1919
</filter>
2020
<logging>
21-
<log type="coverage-clover" target="build/logs/clover.xml"/>
21+
<log type="coverage-clover" target="tmp/coverage.xml"/>
2222
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
2323
</logging>
2424
<listeners>
@@ -41,7 +41,7 @@
4141
<string>https://coveralls.io/api/v1/jobs</string>
4242
</element>
4343
<element key="coverage_dir">
44-
<string>build/logs</string>
44+
<string>tmp</string>
4545
</element>
4646
</array>
4747
</arguments>

0 commit comments

Comments
 (0)