We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b129c6 commit d63f9f5Copy full SHA for d63f9f5
.github/workflows/tests.yml
@@ -75,7 +75,7 @@ jobs:
75
tmux -V
76
poetry run py.test --cov=./ --cov-report=xml
77
78
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
0 commit comments