Skip to content

Commit

Permalink
Merge pull request #725 from apache/hotfix/codecov-action-fix
Browse files Browse the repository at this point in the history
Fix codecov-action to 3.1.6 using git-hash.
  • Loading branch information
rlenferink authored Feb 2, 2024
2 parents ce135f5 + 2ca790d commit 70548d6
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@v3
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
with:
files: build/coverage.info
name: codecov-celix

0 comments on commit 70548d6

Please sign in to comment.