Skip to content

Commit

Permalink
Update tarpaulin to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Aug 5, 2021
1 parent f3c7ec8 commit 6151ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -67,15 +67,15 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Tarpaulin
run: curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.14.2/cargo-tarpaulin-0.14.2-travis.tar.gz | tar xvz -C $HOME/.cargo/bin
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

- name: Prepare test resources
run: |
wget https://github.com/WrinklyNinja/testing-plugins/archive/1.4.1.tar.gz
tar -xf 1.4.1.tar.gz
mv testing-plugins-1.4.1 testing-plugins
- name: Build and run tests with code coverage
run: cargo tarpaulin --workspace --features compressed-fields --out Lcov
run: cargo tarpaulin --workspace --features compressed-fields --out Lcov --avoid-cfg-tarpaulin

- name: Upload code coverage to Coveralls
uses: coverallsapp/github-action@v1.1.1
Expand Down

0 comments on commit 6151ebd

Please sign in to comment.