mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
⬆️ Bump codecov/codecov-action from 2 to 3 (#911)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e5bb30e2b5
commit
39fd544651
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
poetry run pytest -n auto --cov-report xml
|
poetry run pytest -n auto --cov-report xml
|
||||||
|
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
env_vars: OS,PYTHON_VERSION
|
env_vars: OS,PYTHON_VERSION
|
||||||
files: ./tests/coverage.xml
|
files: ./tests/coverage.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user