Skip to content

Commit

Permalink
build: update PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Oct 24, 2024
1 parent 6867f5e commit 2687f23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</include>
</coverage>
<logging>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage"/>
Expand Down

0 comments on commit 2687f23

Please sign in to comment.