Generate clover test coverage

This commit is contained in:
Pierre Rudloff 2016-08-19 00:45:45 +02:00
parent 0bf363651d
commit 78787512ab
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ coverage/
bower_components/
config.yml
docs/
clover.xml

View File

@ -11,5 +11,6 @@
</testsuites>
<logging>
<log type="coverage-html" target="coverage/" />
<log type="coverage-clover" target="clover.xml" />
</logging>
</phpunit>