Skip to content

Commit

Permalink
Trying to get coverage to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Swader committed Feb 20, 2016
1 parent 862c272 commit 48cf0fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<logging>
<log type="tap" target="build/report.tap"/>
<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-clover" target="build/logs/clover.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-clover" target="build/logs/clover.xml"/>-->
</logging>
</phpunit>

0 comments on commit 48cf0fb

Please sign in to comment.