From ef4b925547039113cf8e9f8903cf933bb2e3b16f Mon Sep 17 00:00:00 2001 From: Jerome Humbert Date: Sat, 19 Oct 2024 20:21:19 +0900 Subject: [PATCH] Upgrade tarpaulin to 0.31.2 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