Skip to content

Commit

Permalink
added codecov in phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
poprazvan17 committed Apr 12, 2024
1 parent 398afeb commit bfc7379
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 @@ -7,4 +7,10 @@
<directory>./test</directory>
</testsuite>
</testsuites>
<coverage/>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>

0 comments on commit bfc7379

Please sign in to comment.