Skip to content

Commit b2fb24d

Browse files
committed
test: generate code coverage report
1 parent a6c8de0 commit b2fb24d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build/logs/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

phpunit.xml.dist

+5
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@
1212
<directory suffix=".php">./src/WQ/</directory>
1313
</whitelist>
1414
</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>
1520
</phpunit>

0 commit comments

Comments
 (0)