Skip to content

Commit

Permalink
try follow-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Feb 23, 2022
1 parent f5a1c0b commit c0b5e5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Run cargo tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: '--${{ matrix.features }} --tests --examples --out Lcov --output-dir ./coverage'
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
3 changes: 0 additions & 3 deletions examples/ipc_server_with_database.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#![allow(clippy::unused_io_amount)]

// Tarpaulin can't track coverage on the subprocesses spawned.
#![cfg(not(tarpaulin_include))]

//! A fully functioning example of a web server, an on-disk database, and an http client, with
//! subprocesses communicating via a unix socket.
//!
Expand Down

0 comments on commit c0b5e5d

Please sign in to comment.