We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0946f77 commit 5555846Copy full SHA for 5555846
.github/workflows/testing-and-coverage.yml
@@ -33,6 +33,6 @@ jobs:
33
run: |
34
python -m pytest --cov=fomo --cov-report=xml
35
- name: Upload coverage report to codecov
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments