Skip to content

Commit

Permalink
Third attempt to fix test action.
Browse files Browse the repository at this point in the history
  • Loading branch information
somespecialone committed Nov 5, 2023
1 parent 46e5bf0 commit 1a0e7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
main:
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
image: xd009642/tarpaulin
options: --security-opt seccomp=unconfined
timeout-minutes: 15
steps:
- uses: actions/checkout@v4

- name: Generate code coverage
run: cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml --engine llvm
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 1a0e7ee

Please sign in to comment.