mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 18:24:04 +00:00
Fix codecov
This commit is contained in:
parent
4ae371aa15
commit
3fad636d14
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
TENANCY_TEST_PGSQL_HOST: postgres
|
||||
TENANCY_TEST_REDIS_HOST: redis
|
||||
|
||||
- name: Send code coverage to codecov
|
||||
env:
|
||||
CODECOV_TOKEN: 24382d15-84e7-4a55-bea4-c4df96a24a9b
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: 24382d15-84e7-4a55-bea4-c4df96a24a9b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue