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 39af7ab commit c602526Copy full SHA for c602526
.github/workflows/test.yml
@@ -32,6 +32,6 @@ jobs:
32
run: coverage run runtests.py
33
34
- name: Upload Coverage to Codecov
35
- uses: codecov/codecov-action@v4.4.1
+ uses: codecov/codecov-action@v4.5.0
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments