CI: Update codecov-action (#4568)

This commit is contained in:
Raphael Michel
2024-10-25 21:19:48 +02:00
committed by GitHub
parent 45fd13786a
commit 19373b8f91

View File

@@ -76,7 +76,7 @@ jobs:
run: PRETIX_CONFIG_FILE=tests/ci_${{ matrix.database }}.cfg py.test tests/concurrency_tests/ --reruns 0 --reuse-db
if: matrix.database == 'postgres'
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: src/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}