Skip to content

Commit

Permalink
update codecoverage v7
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarorichard committed Jul 19, 2024
1 parent 9dda5e6 commit 4d80db2
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 @@ -47,7 +47,7 @@ jobs:
- name: Configure xmake with Clang
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
xmake f --cc=clang --cxx=clang++ --plat=linux --arch=x86_64 --mode=debug
xmake f --cc=clang --cxx=clang --plat=linux --arch=x86_64 --mode=debug
xmake f --cflags="-fprofile-instr-generate -fcoverage-mapping" --cxxflags="-fprofile-instr-generate -fcoverage-mapping" --ldflags="-fprofile-instr-generate -fcoverage-mapping"
- name: Build project with Clang
Expand Down

0 comments on commit 4d80db2

Please sign in to comment.