Skip to content

Commit 56f047c

Browse files
authored
Merge pull request #19 from uutils/revert-16-dependabot/github_actions/codecov/codecov-action-4
Revert "Bump codecov/codecov-action from 3 to 4"
2 parents 595b972 + 174ad0d commit 56f047c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --branch --ignore build.rs --ignore "vendor/*" --ignore "/*" --ignore "[a-zA-Z]:/*" --excl-br-line "^\s*((debug_)?assert(_eq|_ne)?!|#\[derive\()"
170170
echo ::set-output name=report::${COVERAGE_REPORT_FILE}
171171
- name: Upload coverage results (to Codecov.io)
172-
uses: codecov/codecov-action@v4
172+
uses: codecov/codecov-action@v3
173173
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
174174
with:
175175
# token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)