Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 28, 2024
1 parent 616d87a commit 485c298
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@
<directory suffix="Test.php">tests/Unit</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory>app/modules</directory>
<directory>app/src</directory>
</include>
</coverage>
</phpunit>

0 comments on commit 485c298

Please # to comment.