Skip to content

Commit a2eb486

Browse files
committed
ci: don't use coverage for examples or bin targets
They generally don't have tests and are not CI checked.
1 parent ab6af69 commit a2eb486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions-rs/cargo@v1
3030
with:
3131
command: 'tarpaulin'
32-
args: '--out Xml --run-types DocTests --all-targets -- --test-threads 1'
32+
args: '--out Xml --lib --tests --doc -- --test-threads 1'
3333

3434
- name: Upload to codecov.io
3535
uses: codecov/codecov-action@v3.1.1

0 commit comments

Comments
 (0)