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 3be5ac2 commit 292e91bCopy full SHA for 292e91b
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
TOXENV: ${{ matrix.toxenv }}
76
run: tox -- --override-ini='log_cli=True'
77
- name: Upload codecov coverage
78
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
79
with:
80
files: ./coverage.xml
81
flags: ${{ matrix.toxenv }}
@@ -97,7 +97,7 @@ jobs:
97
TOXENV: cover
98
run: tox
99
100
101
102
103
flags: unit
0 commit comments