We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6af69 commit c06bc09Copy full SHA for c06bc09
.github/workflows/rust-coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions-rs/cargo@v1
30
with:
31
command: 'tarpaulin'
32
- args: '--out Xml --run-types DocTests --all-targets -- --test-threads 1'
+ args: '--out Xml --lib --tests --doc -- --test-threads 1'
33
34
- name: Upload to codecov.io
35
uses: codecov/codecov-action@v3.1.1
0 commit comments