Skip to content

Commit

Permalink
gh-747: Update codecov action version to commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jun 1, 2024
1 parent c51c1d7 commit b63449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
source deactivate_conanrun.sh
lcx="lcov --output-file=coverage.info " && for i in `find . -name "*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c #v4.4.1
if: github.repository_owner == 'apache'
with:
files: build/coverage.info
Expand Down

0 comments on commit b63449f

Please sign in to comment.