Skip to content

Commit

Permalink
Add clover-coverage on phpunit call
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Nielsen committed Dec 30, 2020
1 parent f636f37 commit 943322f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ php:
before_script:
- composer self-update
- composer install --prefer-dist --no-interaction
- pip install --user codecov

script: ./vendor/bin/phpunit --coverage-clover clover.xml

after_success:
- codecov --file coverage/lcov.info --disable search
- bash <(curl -s https://codecov.io/bash)

script: ./vendor/bin/phpunit -d memory_limit=1024M

matrix:
fast_finish: true

0 comments on commit 943322f

Please sign in to comment.