bump codecov integration

This commit is contained in:
Thomas Kriechbaumer
2024-12-18 22:39:41 +01:00
parent 20c8e714d5
commit b0485e91e1
+4 -2
View File
@@ -40,6 +40,8 @@ jobs:
- name: Test with tox
run: |
tox --parallel 0
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
disable_search: true