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 9306362 commit 735efffCopy full SHA for 735efff
.github/workflows/test.yml
@@ -78,7 +78,7 @@ jobs:
78
TOXENV: ${{ matrix.toxenv }}
79
run: tox -- --override-ini='log_cli=True'
80
- name: Upload codecov coverage
81
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.1.1
82
with:
83
files: ./coverage.xml
84
flags: ${{ matrix.toxenv }}
@@ -101,7 +101,7 @@ jobs:
101
TOXENV: cover
102
run: tox
103
104
105
106
107
flags: unit
0 commit comments