8000
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 7ec3189 commit d2be1f7Copy full SHA for d2be1f7
.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@v3.1.5
+ uses: codecov/codecov-action@v4.0.1
82
with:
83
files: ./coverage.xml
84
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100
TOXENV: cover
101
run: tox
102
103
104
105
106
flags: unit
0 commit comments