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 b236252 commit 9abcb8eCopy full SHA for 9abcb8e
.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@v3.1.2
+ uses: codecov/codecov-action@v4.0.1
63
with:
64
file: ./coverage.xml
.github/workflows/testing.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
documentation:
0 commit comments