File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ jobs:
119119 components : rust-src
120120 - name : Rust Cache
121121 uses : Swatinem/rust-cache@v2
122+ - name : Install cargo-tarpaulin
123+ run : cargo install cargo-tarpaulin --locked
122124 - name : Run cargo-tarpaulin
123- uses : actions-rs/tarpaulin@v0.1
124- with :
125- version : ' '
126- args : ' --verbose --locked --no-fail-fast --workspace --features runtime-benchmarks --out "Xml" -- --skip mock_clusters_gov::__construct_runtime_integrity_test::runtime_integrity_tests'
125+ run : |
126+ cargo tarpaulin --verbose --locked --no-fail-fast --workspace --features runtime-benchmarks --out Xml -- --skip mock_clusters_gov::__construct_runtime_integrity_test::runtime_integrity_tests
127127 - name : Upload coverage report
128128 uses : actions/upload-artifact@v4
129129 with :
You can’t perform that action at this time.
0 commit comments