Skip to content

Commit

Permalink
add plugin folder to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Sep 4, 2023
1 parent a052ae7 commit 60229a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" processIsolation="false" stopOnFailure="false" verbose="true" bootstrap="./tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">./src/</directory>
<directory suffix=".php">./plugins/*/src/</directory>
<directory>./src/</directory>
<directory>./templates/</directory>
<directory>./plugins/Admin/src/</directory>
<directory>./plugins/Admin/templates/</directory>
</include>
</coverage>
<php>
Expand Down

0 comments on commit 60229a8

Please sign in to comment.