Browse Source

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>
pull/2557/head
José Julián Espina 2 years ago
parent
commit
408809dda4
  1. 1
      .github/workflows/rust.yml

1
.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

Loading…
Cancel
Save