Skip to content

Commit

Permalink
feat: Remove tarpaulin job
Browse files Browse the repository at this point in the history
  • Loading branch information
LIAUD Corentin committed May 5, 2024
1 parent 097e059 commit 7c88771
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/rust-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose

tarpaulin:
name: "Tarpaulin: Code coverage"
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
run: cargo test --verbose

0 comments on commit 7c88771

Please sign in to comment.