Skip to content

Commit

Permalink
ci: don't use image anymore and install cargo-tarpaulin directly
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Mar 9, 2024
1 parent a957aee commit e2b093b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ jobs:
test:
name: generate coverage report
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined

steps:
- name: Checkout
uses: actions/checkout@v4.1.1

- name: Install cargo-hack
uses: taiki-e/install-action@v2
with:
tool: cargo-tarpaulin

- name: Generate code coverage
run: |
cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
Expand Down

0 comments on commit e2b093b

Please sign in to comment.