We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beea5cd commit 921ca9aCopy full SHA for 921ca9a
.github/workflows/coverage.yml
@@ -63,13 +63,13 @@ jobs:
63
run: |
64
make pycoverage
65
- name: Upload C++ report to Codecov
66
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
files: cppcoverage.lcov
70
flags: cpp
71
- name: Upload {P,C}ython report to Codecov
72
73
74
75
files: pycoverage.lcov
0 commit comments