remove unneeded params
This commit is contained in:
parent
1a411cc39c
commit
74e78f4a19
|
|
@ -22,7 +22,6 @@
|
||||||
<logging>
|
<logging>
|
||||||
<log type="tap" target="build/report.tap"/>
|
<log type="tap" target="build/report.tap"/>
|
||||||
<log type="junit" target="build/report.junit.xml"/>
|
<log type="junit" target="build/report.junit.xml"/>
|
||||||
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
|
|
||||||
<log type="coverage-text" target="build/coverage.txt"/>
|
<log type="coverage-text" target="build/coverage.txt"/>
|
||||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||||||
</logging>
|
</logging>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue