Skip to content

Commit

Permalink
Add GitHub Actions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrooo committed Aug 2, 2022
1 parent 759ae9b commit fb6ad39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="units">
<directory>tests</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="build/coverage" lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
Expand Down

0 comments on commit fb6ad39

Please sign in to comment.