We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6836533 commit 6e46e9dCopy full SHA for 6e46e9d
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
tox -e style
24
tox -e type
25
tox -e py
26
- - uses: codecov/[email protected].1
+ - uses: codecov/[email protected].2
27
if: matrix.os == 'ubuntu-latest'
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments