We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7c77a commit afdd381Copy full SHA for afdd381
.github/workflows/ci-branch.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run Tox
26
run: |
27
tox -e py -- -m "data or not data"
28
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
29
if: matrix.os == 'ubuntu-latest'
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/ci-pr.yaml
@@ -26,7 +26,7 @@ jobs:
tox -e py
mv coverage.xml coverage-${{ matrix.python }}.xml
32
0 commit comments