We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144aaea commit 8455e07Copy full SHA for 8455e07
.github/workflows/rust-coverage.yml
@@ -16,20 +16,20 @@ jobs:
16
- name: Install stable toolchain
17
uses: actions-rs/toolchain@v1
18
with:
19
- toolchain: stable
+ toolchain: nightly
20
override: true
21
22
- name: Install cargo-tarpaulin
23
uses: actions-rs/cargo@v1
24
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