Skip to content
Snippets Groups Projects
Commit afa90577 authored by Krzysztof Dyszczyk's avatar Krzysztof Dyszczyk
Browse files

Code cover fix for integration

parent fb7709f0
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,12 @@
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">classes</directory>
</whitelist>
</filter>
<logging>
<log type="junit" target="build-coverage/report.junit.xml"/>
<log type="coverage-html" target="build-coverage/coverage" charset="UTF-8" yui="true" highlight="true"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment