Skip to content

Commit

Permalink
CI: use gh action to install cargo-tarpaulin binary
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillig committed Apr 28, 2021
1 parent 5114317 commit 5a5def2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Install cargo-tarpaulin
uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: '0.16.0'
use-tool-cache: true
- name: coverage with tarpaulin
run: |
cargo install cargo-tarpaulin
make coverage
bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 5a5def2

Please sign in to comment.