adding support for automatic code coverage generation into codacy

This commit is contained in:
El RIDO
2016-07-05 17:01:26 +02:00
parent 5980f8b603
commit 9267e281f5
5 changed files with 23 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="log/coverage-clover.xml" />
<log type="coverage-html" target="log/coverage-report" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="80" />
<log type="testdox-html" target="log/testdox.html" />
</logging>