We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ded5e3e + f743fd6 commit 3e3d44aCopy full SHA for 3e3d44a
2 files changed
.github/workflows/test-with-warnings.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m pytest -W error
30
31
- - uses: codecov/codecov-action@v6
+ - uses: codecov/codecov-action@v7
32
if: success()
33
with:
34
files: ./coverage.xml #optional
.github/workflows/testsuite.yaml
@@ -38,7 +38,7 @@ jobs:
38
python -m pytest --cov=powerbox --cov-config=.coveragerc --cov-report xml:./coverage.xml --junitxml=test-reports/xunit.xml
39
40
- name: Upload Test Coverage
41
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
42
43
token: ${{ secrets.CODECOV_TOKEN }}
44
files: ./coverage.xml
0 commit comments