We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02331a commit 4dabf11Copy full SHA for 4dabf11
1 file changed
.github/workflows/test.yml
@@ -42,7 +42,6 @@ jobs:
42
- name: Test with tox
43
run: tox
44
- uses: codecov/codecov-action@v3
45
- env:
46
- token: ${{ secrets.CODECOV_TOKEN }}
47
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
48
verbose: true
0 commit comments