1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:14:05 +00:00

Add Codecov support

This commit is contained in:
Samuel Štancl 2019-02-01 23:59:08 +01:00
parent 5caec784bf
commit 6b57d20c9b
2 changed files with 6 additions and 1 deletions

View file

@ -6,4 +6,7 @@ php:
install:
- travis_retry composer install --no-interaction
script: vendor/bin/phpunit
script: vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)