We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78417d2 commit cfece53Copy full SHA for cfece53
1 file changed
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Run test task
83
run: poetry run task test --cov-report xml:coverage.xml --junitxml=unittests.xml
84
- name: Upload coverage report to codecov
85
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
86
with:
87
token: ${{ secrets.CODECOV_TOKEN }}
88
files: coverage.xml
0 commit comments