We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7509b5 commit e592f8fCopy full SHA for e592f8f
.github/workflows/coverage.yaml
@@ -43,6 +43,7 @@ jobs:
43
- name: Install deps
44
run: sudo apt -y install protobuf-compiler
45
46
+ # TODO: Use `cargo install` with a specific version during the next PolkadotSDK uplift and Rust toolchain version upgrade.
47
- name: Install Tarpaulin
48
run: |
49
curl -L -o tarpaulin.tar.gz https://github.com/xd009642/tarpaulin/releases/download/0.31.4/cargo-tarpaulin-x86_64-unknown-linux-gnu.tar.gz
0 commit comments