Generate clover test coverage
This commit is contained in:
parent
0bf363651d
commit
78787512ab
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,3 +11,4 @@ coverage/
|
||||||
bower_components/
|
bower_components/
|
||||||
config.yml
|
config.yml
|
||||||
docs/
|
docs/
|
||||||
|
clover.xml
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue