Skip to content

Commit

Permalink
github workflow: 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 7a42d07 commit 67fd964
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Install cargo-tarpaulin
uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
- name: coverage with tarpaulin
run: |
cargo install cargo-tarpaulin
make coverage
bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 67fd964

Please sign in to comment.