We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7f4ad commit 7c3e913Copy full SHA for 7c3e913
.github/workflows/cicd.yml
@@ -70,7 +70,7 @@ jobs:
70
pytest-extra-args: -v --durations=10 --maxfail=10 --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=xml:coverage.xml --cov-report=html --cov-report term
71
72
- name: "Upload coverage to Codecov"
73
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
74
with:
75
files: coverage.xml
76
0 commit comments