Skip to content

Commit

Permalink
Update to Tarpaulin 0.22.0
Browse files Browse the repository at this point in the history
Something seems to have lowered the accuracy of Tarpaulin's coverage
metrics by 30%, so try updating to the latest version.
  • Loading branch information
Ortham committed Dec 24, 2022
1 parent 1f9095c commit fcdb295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Tarpaulin
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
run: cargo install --version 0.23.1 --force cargo-tarpaulin

- name: Prepare test resources
run: |
Expand Down

0 comments on commit fcdb295

Please sign in to comment.