Skip to content

Commit

Permalink
Merge pull request #722 from apache/hotfix/codecov-fix
Browse files Browse the repository at this point in the history
Update codecov-action.
  • Loading branch information
PengZheng committed Jan 23, 2024
2 parents 5afee1e + 9b4501d commit 29fa7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@e156083f13aff6830c92fc5faa23505779fbf649
uses: codecov/codecov-action@v3
with:
file: build/coverage.info
files: build/coverage.info
name: codecov-celix

0 comments on commit 29fa7d0

Please sign in to comment.