Skip to content

Commit

Permalink
Update actions/coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed May 10, 2024
1 parent ed911d4 commit 518d82d
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 @@ -31,9 +31,9 @@ jobs:
llvm-profdata merge -sparse gf2.profraw -o gf2.profdata
llvm-cov show ./test/testgf2 -instr-profile=gf2.profdata > coverage.txt
- name: Upload coverage to Codecov
working-directory: ${{github.workspace}}/build
uses: codecov/codecov-action@v4
with:
directory: ${{github.workspace}}/build
files: coverage.txt
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
Expand Down

0 comments on commit 518d82d

Please sign in to comment.