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 53599cc commit 1a8d7f9Copy full SHA for 1a8d7f9
1 file changed
.github/workflows/ci.yml
@@ -127,7 +127,7 @@ jobs:
127
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
128
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
129
- name: Upload coverage results (to Codecov.io)
130
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
131
with:
132
token: ${{ secrets.CODECOV_TOKEN }}
133
files: ${{ steps.coverage.outputs.report }}
0 commit comments