Skip to content

Commit

Permalink
Ok probably fixed actions for real :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasta committed Jul 30, 2023
1 parent 9614cb5 commit e92b61f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,15 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

coverage:
runs-on: ubuntu-latest

container:
image: xd009642/tarpaulin:0.25.2
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Run tarpaulin
uses: FreeMasen/tarpaulin-action@9f7e03f06fea8f374c85a95c2ecff6a4d5805845
with:
out-type: Lcov
args: '--avoid-cfg-tarpaulin'

run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Lcov --avoid-cfg-tarpaulin
- name: Coveralls Upload
uses: coverallsapp/github-action@1.1.3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
Passed:
runs-on: ubuntu-latest
needs:
- Test
- TestStable
- TestNightly
steps:
- run: exit 0

0 comments on commit e92b61f

Please sign in to comment.