Skip to content

Commit

Permalink
switched to cobertura coverage reporting, because f*ck it, see sebast…
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVonJocoon committed Nov 17, 2021
1 parent 8cf3cf7 commit aaf3b98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions buildspec.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ phases:

reports:
coverage:
# files:
# - .phpunit/coverage.clover.xml
# file-format: CloverXml
files:
- .phpunit/coverage.clover.xml
file-format: CloverXml
- .phpunit/coverage.cobertura.xml
file-format: CoberturaXml



test-report:
files:
Expand Down
3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
</include>
<report>
<html outputDirectory=".phpunit/coverage-html" />
<clover outputFile=".phpunit/coverage.clover.xml" />
<!-- <clover outputFile=".phpunit/coverage.clover.xml" /> -->
<cobertura outputFile=".phpunit/coverage.cobertura.xml" />
</report>
</coverage>
<testsuites>
Expand Down

0 comments on commit aaf3b98

Please sign in to comment.