Skip to content

Commit

Permalink
coverage: fix issue with skip and tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
homersimpsons authored and Geal committed Jun 23, 2021
1 parent 9c51ac6 commit 2754c46
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 @@ -177,12 +177,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-tarpaulin
args: cargo-tarpaulin --version 0.18.0-alpha3 # @TODO restore to normal (https://github.com/xd009642/tarpaulin/issues/756#issuecomment-838769320)

- name: Run cargo tarpaulin
uses: actions-rs/cargo@v1
env:
TOKEN: ${{ secrets.COVERALLS_TOKEN }}
with:
command: tarpaulin
args: --coveralls "$TOKEN"
args: --coveralls "$TOKEN" --avoid-cfg-tarpaulin # @TODO restore to normal (https://github.com/xd009642/tarpaulin/issues/756#issuecomment-838769320)

0 comments on commit 2754c46

Please sign in to comment.