Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .cargo/config.toml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}

env:
TARPAULIN_VERSION: "0.34.1"
jobs:
coverage:
if: github.event.pull_request.draft == false
Expand Down Expand Up @@ -43,16 +45,14 @@ jobs:
- name: Install deps
run: sudo apt -y install protobuf-compiler

# TODO: Use `cargo install` with a specific version during the next PolkadotSDK uplift and Rust toolchain version upgrade.
- name: Install Tarpaulin
run: |
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
tar -zxvf tarpaulin.tar.gz -C $HOME/.cargo/bin
cargo install cargo-tarpaulin --version $TARPAULIN_VERSION --locked
cargo tarpaulin --version

- name: Run Tarpaulin
run: |
cargo tarpaulin --features try-runtime,runtime-benchmarks
cargo tarpaulin --features runtime-benchmarks

- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.2.0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/zepter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
run: rustup show

- name: Install Zepter
#run: cargo install zepter -f --locked && zepter --version
run: cargo install zepter@1.78.2 --locked # TODO: use latest version once we bump toolchain version
run: cargo install zepter -f --locked && zepter --version

- name: Check Rust features
run: zepter run check
Loading
Loading