Skip to content

Commit

Permalink
Merge pull request codeigniter4#1040 from samsonasik/cov
Browse files Browse the repository at this point in the history
activate coverage-clover logging at phpunit config to get clover.xml which read by coveralls.phar
  • Loading branch information
lonnieezell authored May 22, 2018
2 parents 38fc7a9 + 2f6f4aa commit d1618ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ before_script:
- composer install --prefer-source

after_success:
- travis_retry php tests/bin/coveralls.phar
- travis_retry php tests/bin/coveralls.phar -v
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</filter>

<logging>
<!--<log type="coverage-clover" target="build/logs/clover.xml"/>-->
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit d1618ff

Please sign in to comment.