Skip to content

Commit

Permalink
the tarpaulin action seems to not be maintained very well
Browse files Browse the repository at this point in the history
  • Loading branch information
jonZlotnik committed Mar 7, 2023
1 parent 8164b41 commit de2d7fe
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,20 @@ jobs:
with:
path: ~/.cargo
key: ${{ runner.os }}-coverage-dotcargo
- uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: latest
- name: Cache cargo build
uses: actions/cache@v1
with:
path: target
key: ${{ runner.os }}-coverage-cargo-build-target
- uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: latest
- uses: actions-rs/[email protected]
- name: Run tarpaulin
uses: actions-rs/cargo@v1
with:
args: --all
command: tarpaulin
args: --workspace --out Xml
- name: upload coverage
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit de2d7fe

Please sign in to comment.