Skip to content

Commit

Permalink
Install latest llvm for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed May 3, 2024
1 parent edf5ccf commit 391ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
RUSTFLAGS="-C instrument-coverage" \
cargo test --workspace -- --quiet
sudo apt-get install -yq llvm
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
llvm-profdata merge -sparse */*.profraw -o fend.profdata
llvm-cov report \
--use-color \
Expand Down

0 comments on commit 391ac75

Please sign in to comment.