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 b608047 commit 1428190Copy full SHA for 1428190
.github/workflows/tests.yml
@@ -78,7 +78,7 @@ jobs:
78
tmux -V
79
poetry run py.test --cov=./ --cov-report=xml
80
81
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
82
with:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
0 commit comments