Skip to content

Commit

Permalink
Configure test coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Programie committed Oct 9, 2023
1 parent 9427e09 commit 630aa90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<testsuite name="tests">
<directory>src/test/php</directory>
</testsuite>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src/main/php</directory>
</include>
</coverage>
<php>
<server name="HTTPS" value="on"/>
<server name="HTTP_HOST" value="example.com"/>
Expand Down

0 comments on commit 630aa90

Please sign in to comment.