Skip to content

Commit

Permalink
Switch to actions-rs/tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Jul 29, 2023
1 parent f551879 commit 662ec67
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install tarpaulin
uses: actions-rs/install@v0.1
with:
crate: cargo-tarpaulin

- uses: actions/cache@v3
with:
Expand All @@ -42,7 +38,10 @@ jobs:
- name: Test
run: cargo test --verbose
- name: Generate Coverage
run: cargo tarpaulin --verbose --workspace --timeout 120 --out Xml
uses: actions-rs/tarpaulin@v0.1
with:
args: "--workspace"
timeout: "120"
- name: Upload Coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 662ec67

Please sign in to comment.