From 5c3cfe294c5a746bdffe17e67c083eb78e41375a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 28 Jul 2024 20:44:09 +0000 Subject: [PATCH] CI: Bump `cargo-tarpaulin` to 0.31 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29dc13c8..eb2e8a92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Generate coverage report uses: actions-rs/tarpaulin@v0.1 with: - version: '0.19.1' + version: '0.31.0' args: --workspace --release --all-features --timeout 180 --out Xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.4.1