From 75f07d778e5fbaf13220cbf5a5007b0cceebeeb8 Mon Sep 17 00:00:00 2001 From: Jerome Humbert Date: Sat, 19 Oct 2024 21:00:51 +0900 Subject: [PATCH] Upgrade tarpaulin to 0.31.2 (#386) This fixes an issue with the latest llvm_profparser. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8d770fbb..a6a543f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -289,7 +289,7 @@ jobs: # if: runner.os == 'linux' - name: Install cargo-tarpaulin run: | - RUST_BACKTRACE=1 cargo install --version 0.30.0 cargo-tarpaulin + RUST_BACKTRACE=1 cargo install --version 0.31.2 cargo-tarpaulin - name: Generate code coverage run: | RUST_BACKTRACE=1 cargo tarpaulin --engine llvm --verbose --timeout 120 --out Lcov --workspace --all-features