Skip to content

Commit

Permalink
gh-747: Fix codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed May 27, 2024
1 parent cef04fc commit c51c1d7
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@4
uses: codecov/codecov-action@v4
if: github.repository_owner == 'apache'
with:
files: build/coverage.info
Expand Down

0 comments on commit c51c1d7

Please sign in to comment.