From 408809dda45f6b9c7cd08c6f8f6ac0ed7228d4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Espina?= Date: Wed, 25 Jan 2023 02:59:49 +0000 Subject: [PATCH] Pin tarpaulin version to 0.22 (#2562) Our CI broke because the new version of `tarpaulin` released more assets than the default 'travis.tar.gz'. We'll have to pin our version of `tarpaulin` until the issue gets fixed. Co-authored-by: raskad <32105367+raskad@users.noreply.github.com> --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6b7195d995..5665c1b04c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,6 +27,7 @@ jobs: - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1 with: + version: 0.22.0 args: --features intl --ignore-tests --engine llvm - name: Upload to codecov.io uses: codecov/codecov-action@v3