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

Remove codecov

This commit is contained in:
Samuel Štancl 2022-02-19 16:33:59 +01:00
parent 5249ec7c82
commit 5b9b384526
2 changed files with 0 additions and 5 deletions

View file

@ -26,7 +26,3 @@ jobs:
run: docker-compose exec -T test composer require --no-interaction "laravel/framework:${{ matrix.laravel }}"
- name: Run tests
run: ./test
- name: Send code coverage to codecov
env:
CODECOV_TOKEN: 24382d15-84e7-4a55-bea4-c4df96a24a9b
run: bash <(curl -s https://codecov.io/bash)