mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +00:00
Add Codecov support
This commit is contained in:
parent
5caec784bf
commit
6b57d20c9b
2 changed files with 6 additions and 1 deletions
|
|
@ -6,4 +6,7 @@ php:
|
||||||
install:
|
install:
|
||||||
- travis_retry composer install --no-interaction
|
- 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)
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
### *A Laravel multi-database tenancy implementation that respects your code.*
|
### *A Laravel multi-database tenancy implementation that respects your code.*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue