From 2ceef387365266e67a374dda0c3d05dbee541cf5 Mon Sep 17 00:00:00 2001 From: Ilya Yegorov Date: Fri, 22 Sep 2023 16:42:32 +0300 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a6d9fb59..18ea6cca 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,5 +30,6 @@ jobs: export CARGO_INCREMENTAL=0 export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests" export RUSTDOCFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests" + export LLVM_PROFILE_FILE="target/coverage/%p-%m.profraw" cargo +nightly test --release --verbose --all-features --no-fail-fast - uses: actions-rs/grcov@v0.1