Skip to content

Commit

Permalink
Update codecov-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Jan 23, 2024
1 parent 5afee1e commit 9b4501d
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 9b4501d

Please sign in to comment.