Skip to content

Commit

Permalink
Pin tarpaulin version to 0.22 (#2562)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jedel1043 and raskad committed Jan 25, 2023
1 parent 6c8e9c7 commit 408809d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 408809d

Please sign in to comment.