From e4616c23cb3d58b19cf49c7d128aa92c96672da6 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Tue, 5 Nov 2024 15:31:16 +0100 Subject: [PATCH] profraw-only --- .github/workflows/cargo_llvm_cov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo_llvm_cov.yml b/.github/workflows/cargo_llvm_cov.yml index 884423ba448..02b71473c02 100644 --- a/.github/workflows/cargo_llvm_cov.yml +++ b/.github/workflows/cargo_llvm_cov.yml @@ -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" @@ -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