Skip to content

Commit

Permalink
update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Dec 14, 2023
1 parent c2ae2cc commit abf93f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
wget https://github.com/xd009642/tarpaulin/releases/download/${{ env.TARPAULIN_VERSION }}/cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
cargo tarpaulin -v --workspace \
cargo tarpaulin -v --force-clean --workspace \
-e \
acala acala-cli acala-service \
acala-primitives \
Expand Down

0 comments on commit abf93f1

Please sign in to comment.