1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-26 07:29:06 +02:00

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/ bower_components/
config.yml config.yml
docs/ docs/
clover.xml

View File

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