Skip to content

Commit

Permalink
fix coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Aug 31, 2021
1 parent 9790453 commit 8529069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">src</directory>
<directory suffix=".php">php/src</directory>
</include>
</coverage>
<testsuites>
Expand Down

0 comments on commit 8529069

Please sign in to comment.