Skip to content

Commit

Permalink
add PHPUnit code coverage options on config file for both GitHub Acti…
Browse files Browse the repository at this point in the history
…on and locally run
  • Loading branch information
llaville committed Aug 23, 2024
1 parent 4e861ce commit 970a6b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
processIsolation="false"
cacheDirectory=".phpunit.cache"
>
<coverage/>
<coverage includeUncoveredFiles="true">
<report>
<text outputFile="php://stdout" showUncoveredFiles="true" showOnlySummary="false"/>
</report>
</coverage>
<testsuite name="unit">
<directory suffix="Test.php">tests/unit/</directory>
</testsuite>
Expand Down

0 comments on commit 970a6b4

Please sign in to comment.