Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rorteg committed Feb 11, 2019
1 parent d355176 commit 39696d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ini name="xdebug.max_nesting_level" value="200"/>
</php>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-clover" target="clover.xml" showUncoveredFiles="false"/>
<!-- <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/> -->
</logging>
</phpunit>

0 comments on commit 39696d5

Please sign in to comment.