Skip to content

Commit 4c38553

Browse files
committed
chore: enable coverage
1 parent e349407 commit 4c38553

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<file>hook.php</file>
1919
</include>
2020
</source>
21+
<coverage>
22+
<report>
23+
<html outputDirectory="docs/coverage" />
24+
</report>
25+
</coverage>
2126
<logging>
2227
<junit outputFile="./tests/logs/junit_install.xml" />
2328
</logging>

0 commit comments

Comments
 (0)