Skip to content

Commit

Permalink
cp coverage.info to project root
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Jan 1, 2024
1 parent 26bc07b commit aaf16df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
./unittest
llvm-profdata merge -sparse default.profraw -o default.profdata
llvm-cov export ./unittest --instr-profile default.profdata -format=lcov >> coverage.info
cp coverage.info ../../
- name: Prepare Codecov
run: |
Expand Down

0 comments on commit aaf16df

Please sign in to comment.