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.
2 parents ab05f94 + b02d79f commit 0dba857Copy full SHA for 0dba857
.github/workflows/python-coverage.yml
@@ -52,7 +52,7 @@ jobs:
52
python3 -m coverage lcov -o coverage/lcov.info
53
54
- name: Upload coverage reports to Codecov with GitHub Action
55
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }} # required
58
verbose: true # optional (default = false)
0 commit comments