Skip to content

Commit

Permalink
try follow-exec with separate cargo tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Feb 23, 2022
1 parent c0b5e5d commit 85225e2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,14 @@ jobs:
uses: actions/checkout@v2
- name: Install libseccomp
run: sudo apt-get install libseccomp-dev
- name: Install cargo tarpaulin
run: cargo install cargo-tarpaulin
- name: Run cargo tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: '--follow-exec --tests --examples --${{ matrix.features }} --out Lcov --output-dir ./coverage'
run: cargo tarpaulin --follow-exec --tests --examples --${{ matrix.features }} --out Lcov --output-dir ./coverage
# - name: Run cargo tarpaulin
# uses: actions-rs/tarpaulin@v0.1
# with:
# args: '--follow-exec --tests --examples --${{ matrix.features }} --out Lcov --output-dir ./coverage'
- name: Upload coverage to coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 85225e2

Please sign in to comment.