chore(deps): bump codecov/codecov-action from 2 to 3 (#4699)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-24 13:11:01 +02:00
committed by GitHub
parent 4b3f9f83bf
commit 0984077688

View File

@@ -37,7 +37,7 @@ jobs:
- name: Run tests
run: python tests/main.py --report test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
if: github.event_name == 'push'
with:
fail_ci_if_error: true