From 6151ebd4ee412e7247155e5b65a4caa45b84c3b5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 5 Aug 2021 19:25:56 +0100 Subject: [PATCH] Update tarpaulin to 0.18.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de203d1..3372ed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Install Tarpaulin - run: curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.14.2/cargo-tarpaulin-0.14.2-travis.tar.gz | tar xvz -C $HOME/.cargo/bin + run: curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.18.0/cargo-tarpaulin-0.18.0-travis.tar.gz | tar xvz -C $HOME/.cargo/bin - name: Prepare test resources run: | @@ -75,7 +75,7 @@ jobs: tar -xf 1.4.1.tar.gz mv testing-plugins-1.4.1 testing-plugins - name: Build and run tests with code coverage - run: cargo tarpaulin --workspace --features compressed-fields --out Lcov + run: cargo tarpaulin --workspace --features compressed-fields --out Lcov --avoid-cfg-tarpaulin - name: Upload code coverage to Coveralls uses: coverallsapp/github-action@v1.1.1