Skip to content

Commit

Permalink
Bump (#1417)
Browse files Browse the repository at this point in the history
* bump version

* bump tarpaulin version

* remove migration

* fix sweep origin

* workaround tarpaulin issue

* cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-karura-runtime -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=* --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/

Co-authored-by: Acala Benchmarking Bot <[email protected]>
  • Loading branch information
xlc and Acala Benchmarking Bot authored Sep 16, 2021
1 parent ad5f551 commit e0aa063
Show file tree
Hide file tree
Showing 76 changed files with 323 additions and 315 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '**/README.md'

env:
TARPAULIN_VERSION: 0.18.0
TARPAULIN_VERSION: 0.18.2

jobs:
test:
Expand Down Expand Up @@ -47,7 +47,8 @@ jobs:
run: |
wget https://github.com/xd009642/tarpaulin/releases/download/${{ env.TARPAULIN_VERSION }}/cargo-tarpaulin-${{ env.TARPAULIN_VERSION }}-travis.tar.gz
tar -zxvf cargo-tarpaulin-${{ env.TARPAULIN_VERSION }}-travis.tar.gz -C $HOME/.cargo/bin
cargo tarpaulin --debug --verbose --features with-mandala-runtime --no-fail-fast --workspace --timeout 300 --out Xml
# TODO: remove `--avoid-cfg-tarpaulin` after https://github.com/xd009642/tarpaulin/issues/756
cargo tarpaulin --avoid-cfg-tarpaulin --debug --verbose --features with-mandala-runtime --no-fail-fast --workspace --timeout 300 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
Expand Down
Loading

0 comments on commit e0aa063

Please sign in to comment.