⬆️ Bump the actions group with 1 update (#2560)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 13:59:22 +08:00 committed by GitHub
parent f14ef93808
commit f2350909d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,8 +49,10 @@ jobs:
poetry run bash "../../scripts/run-tests.sh" poetry run bash "../../scripts/run-tests.sh"
- name: Upload coverage report - name: Upload coverage report
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v4
with: with:
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
files: ./tests/coverage.xml files: ./tests/coverage.xml
flags: unittests flags: unittests
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}