⬆️ 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:
dependabot[bot] 2022-04-06 20:18:44 +08:00 committed by GitHub
parent e5bb30e2b5
commit 39fd544651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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