We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abcb8e commit 71a1df4Copy full SHA for 71a1df4
.github/workflows/fortnightly.yml
@@ -59,6 +59,6 @@ jobs:
59
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
60
- name: Upload coverage to codecov
61
if: ${{ contains(matrix.toxenv,'-cov') }}
62
- uses: codecov/codecov-action@v4.0.1
+ uses: codecov/codecov-action@v4.3.0
63
with:
64
file: ./coverage.xml
.github/workflows/testing.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
documentation:
0 commit comments