1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:54:03 +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)

View file

@ -2,6 +2,8 @@
![Laravel 5.7](https://img.shields.io/badge/laravel-5.7-red.svg)
![Beta - experimental](https://img.shields.io/badge/beta-experimental-yellow.svg)
![Travis CI build](https://travis-ci.com/stancl/tenancy.svg?branch=master)
![codecov](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg)
### *A Laravel multi-database tenancy implementation that respects your code.*