Skip to content

Commit ec6dcb8

Browse files
author
Luca Degasperi
committed
testing ci integration
1 parent 746b4cb commit ec6dcb8

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
@@ -25,7 +25,7 @@
2525
</blacklist>
2626
</filter>
2727
<logging>
28-
<log type="coverage-clover" target="/tmp/coverage.xml"/>
28+
<log type="coverage-clover" target="tmp/coverage.xml"/>
2929
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
3030
</logging>
3131
<listeners>
@@ -48,7 +48,7 @@
4848
<string>https://coveralls.io/api/v1/jobs</string>
4949
</element>
5050
<element key="coverage_dir">
51-
<string>/tmp</string>
51+
<string>tmp</string>
5252
</element>
5353
</array>
5454
</arguments>

0 commit comments

Comments
 (0)