Skip to content

Commit 8455e07

Browse files
committed
ci: update tarpaulin version and also use doc tests
1 parent 144aaea commit 8455e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust-coverage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
- name: Install stable toolchain
1717
uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: stable
19+
toolchain: nightly
2020
override: true
2121

2222
- name: Install cargo-tarpaulin
2323
uses: actions-rs/cargo@v1
2424
with:
2525
command: install
26-
args: '--version 0.23.1 cargo-tarpaulin'
26+
args: '--version 0.30.0 cargo-tarpaulin'
2727

2828
- name: Run cargo-tarpaulin
2929
uses: actions-rs/cargo@v1
3030
with:
3131
command: 'tarpaulin'
32-
args: '--out Xml -- --test-threads 1'
32+
args: '--out Xml --run-types DocTests --all-targets -- --test-threads 1'
3333

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

0 commit comments

Comments
 (0)