We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144aaea commit 2aa7e9dCopy full SHA for 2aa7e9d
.github/workflows/rust-coverage.yml
@@ -23,13 +23,13 @@ jobs:
23
uses: actions-rs/cargo@v1
24
with:
25
command: install
26
- args: '--version 0.23.1 cargo-tarpaulin'
+ args: '--version 0.30.0 cargo-tarpaulin'
27
28
- name: Run cargo-tarpaulin
29
30
31
command: 'tarpaulin'
32
- args: '--out Xml -- --test-threads 1'
+ args: '--out Xml --run-types DocTests --all-targets -- --test-threads 1'
33
34
- name: Upload to codecov.io
35
uses: codecov/codecov-action@v3.1.1
0 commit comments