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 e18be3f commit ed911d4
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 @@ -27,7 +27,7 @@ jobs:
working-directory: ${{github.workspace}}/build
run: |
export LLVM_PROFILE_FILE=./gf2.profraw
test/testgf2
test/testgf2
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
Expand Down

0 comments on commit ed911d4

Please sign in to comment.