We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b622ce commit ba669c9Copy full SHA for ba669c9
.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].0
+ - uses: codecov/[email protected].1
27
if: matrix.os == 'ubuntu-latest'
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments