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 ad8da0d commit 4038f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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: |
Expand All @@ -76,7 +76,7 @@ jobs:
mv testing-plugins-1.4.1 testing-plugins
- name: Build and run tests with code coverage
run: cargo tarpaulin --workspace --out Lcov
run: cargo tarpaulin --workspace --out Lcov --avoid-cfg-tarpaulin

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

0 comments on commit 4038f3f

Please sign in to comment.