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 4651c00 commit d8f0f98Copy full SHA for d8f0f98
.github/workflows/github-cxx-qt-tests.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: generate-report
90
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/lcov.info --excl-start CODECOV_EXCLUDE_START --excl-stop CODECOV_EXCLUDE_STOP
91
- name: upload-report
92
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
93
with:
94
directory: ./target/debug/
95
files: lcov.info
0 commit comments