Skip to content

Commit

Permalink
Adding coverage output for code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Jul 28, 2015
1 parent 558be8c commit a7551e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
composer.lock
.DS_Store
node_modules
build
6 changes: 6 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@
<listeners>
<listener class="\Mockery\Adapter\Phpunit\TestListener"></listener>
</listeners>
<logging>
<!-- For output in CLI -->
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
<!-- For Code Climate -->
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit a7551e7

Please sign in to comment.