Skip to content

Commit

Permalink
profraw-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Nov 5, 2024
1 parent 370a023 commit e4616c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Compute code coverage and create report (nextest.info)
run: |
cargo llvm-cov clean
cargo llvm-cov clean --profraw-only
TOOLCHAIN=$(rustup show active-toolchain | awk '{print $1}')
rustup component add llvm-tools --toolchain "$TOOLCHAIN"
LLVM_PROFDATA="$HOME/.rustup/toolchains/$TOOLCHAIN/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-profdata"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Compute code coverage and create report (simtest.info)
run: |
cargo llvm-cov clean
cargo llvm-cov clean --profraw-only
git clean -fd
set +e
./scripts/simtest/simtest-cov.sh
Expand Down

0 comments on commit e4616c2

Please sign in to comment.