Skip to content

Commit

Permalink
test: added HTML coverage as well
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Mar 17, 2024
1 parent 0d59be8 commit 0cbcdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ backup/*
# PHPUnit
.phpunit.cache
coverage.txt
html-coverage/
tests/logs
tests/test.db
tests/test.db-journal
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<coverage>
<report>
<text outputFile="coverage.txt" showUncoveredFiles="false" showOnlySummary="true"/>
<html outputDirectory="html-coverage" lowUpperBound="50" highLowerBound="80"/>
</report>
</coverage>
<source>
Expand Down

0 comments on commit 0cbcdcf

Please sign in to comment.