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

Add Codecov token

This commit is contained in:
Samuel Štancl 2019-02-02 00:12:08 +01:00
parent e251a2b884
commit 79e3be78ff

View file

@ -13,4 +13,5 @@ install:
script: vendor/bin/phpunit --coverage-clover=coverage.xml script: vendor/bin/phpunit --coverage-clover=coverage.xml
after_success: after_success:
- export CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)