From 65810a6251bdb1e7fdbcdac8121edbe433c8810a Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Wed, 23 Aug 2023 20:15:45 +0200 Subject: [PATCH] Try to fix coverage --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f267bcc..f9c390a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,6 @@ jobs: - run: cargo +nightly fmt --all -- --check - - ########### # Testing # ########### @@ -98,6 +96,7 @@ jobs: env: CARGO_INCREMENTAL: '0' RUSTFLAGS: '-Cinstrument-coverage' + LLVM_PROFILE_FILE: 'defaultmap-%p-%m.profraw' - name: rust-grcov # You may pin to the exact commit or the version. # uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248