We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04026c7 commit abb7d16Copy full SHA for abb7d16
.gitignore
@@ -1,2 +1,2 @@
1
vendor
2
-coverage.xml
+clover.xml
phpunit.xml
@@ -33,6 +33,6 @@
33
34
<logging>
35
<!-- and this is where your report will be written -->
36
- <log type="coverage-clover" target="./coverage.xml"/>
+ <log type="coverage-clover" target="./clover.xml"/>
37
</logging>
38
</phpunit>
0 commit comments