mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
chore(deps): update codecov/codecov-action action to v6
This commit is contained in:
committed by
Daniel Hofstetter
parent
23890b6c94
commit
8aa2a2cb7c
@@ -167,7 +167,7 @@ jobs:
|
||||
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
|
||||
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
|
||||
- name: Upload coverage results (to Codecov.io)
|
||||
uses: codecov/codecov-action@v5
|
||||
uses: codecov/codecov-action@v6
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ${{ steps.coverage.outputs.report }}
|
||||
|
||||
Reference in New Issue
Block a user