Skip to content

Commit

Permalink
Fix coverage CI (#506)
Browse files Browse the repository at this point in the history
actions-rs is unmaintained.
  • Loading branch information
philipc authored Jan 29, 2023
1 parent 59d5727 commit b86def7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:

coverage:
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -112,9 +115,7 @@ jobs:
rustup install stable
rustup default stable
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: '--features all --ignore-tests --out Lcov'
run: cargo tarpaulin --features all --ignore-tests --out Lcov
- name: Upload to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit b86def7

Please sign in to comment.