We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c8de0 commit b2fb24dCopy full SHA for b2fb24d
build/logs/.gitignore
@@ -0,0 +1,2 @@
1
+*
2
+!.gitignore
phpunit.xml.dist
@@ -12,4 +12,9 @@
12
<directory suffix=".php">./src/WQ/</directory>
13
</whitelist>
14
</filter>
15
+
16
+ <logging>
17
+ <log type="coverage-clover" target="build/logs/clover.xml"/>
18
+ <log type="coverage-html" target="build/logs/coverage.html"/>
19
+ </logging>
20
</phpunit>
0 commit comments