Skip to content

Commit

Permalink
CI: update cargo-tarpaulin to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ystreet committed Jul 5, 2024
1 parent 59ac875 commit f440b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true

- name: Install cargo-tarpaulin
uses: actions-rs/cargo@v1
with:
command: install
args: '--version 0.23.1 cargo-tarpaulin'
args: '--version 0.30.0 cargo-tarpaulin'

- name: Run cargo-tarpaulin
uses: actions-rs/cargo@v1
with:
command: 'tarpaulin'
args: '--out Xml -- --test-threads 1'
args: '--out Xml --lib --tests --doc -- --test-threads 1'

- name: Upload to codecov.io
uses: codecov/codecov-action@v3.1.1
Expand Down

0 comments on commit f440b8b

Please sign in to comment.