Skip to content

Commit cad8ba0

Browse files
fixed tarpulin
1 parent c09afc1 commit cad8ba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)