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 19b9759 commit 0097a85Copy full SHA for 0097a85
.github/workflows/coverage.yml
@@ -56,13 +56,13 @@ jobs:
56
run: |
57
make ccoverage
58
- name: Upload {P,C}ython report to Codecov
59
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
60
with:
61
token: ${{ secrets.CODECOV_TOKEN }}
62
files: pycoverage.lcov
63
flags: python_and_cython
64
- name: Upload C++ report to Codecov
65
66
67
68
files: cppcoverage.lcov
0 commit comments