File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
with :
16
16
toolchain : nightly
17
17
- uses : Swatinem/rust-cache@v2
18
- - name : Run cargo-tarpaulin
19
- uses :
actions-rs/[email protected]
18
+ - uses : baptiste0928/cargo-install@v2
20
19
with :
21
- timeout : 10
22
- out-type : Lcov
23
- args : ' --workspace --all-features --ignore-tests --line --output-dir coverage'
20
+ crate : cargo-tarpaulin
21
+ - name : Run cargo-tarpaulin
22
+ run : |
23
+ cargo +nightly tarpaulin --workspace --all-features --ignore-tests --line --output-dir coverage --timeout 10 --out Lcov
24
24
- name : Post to Coveralls
25
25
uses : coverallsapp/github-action@master
26
26
with :
Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ jobs:
67
67
with :
68
68
toolchain : nightly
69
69
- uses : Swatinem/rust-cache@v2
70
- - name : Run cargo-tarpaulin
71
- uses :
actions-rs/[email protected]
70
+ - uses : baptiste0928/cargo-install@v2
72
71
with :
73
- timeout : 10
74
- out-type : Lcov
75
- args : ' --workspace --all-features --ignore-tests --line --output-dir coverage'
72
+ crate : cargo-tarpaulin
73
+ - name : Run cargo-tarpaulin
74
+ run : |
75
+ cargo +nightly tarpaulin --workspace --all-features --ignore-tests --line --output-dir coverage --timeout 10 --out Lcov
76
76
- name : Post to Coveralls
77
77
uses : coverallsapp/github-action@master
78
78
with :
You can’t perform that action at this time.
0 commit comments