Skip to content

Commit

Permalink
remove inspect (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Dec 4, 2023
1 parent 7e9acd5 commit c937980
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
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 \
-e acala-inspect \
-e \
acala acala-cli acala-service \
acala-primitives \
acala-rpc \
Expand Down
17 changes: 0 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [

"modules/*",
"modules/evm-utility/macro",
"inspect",
"primitives",
"rpc",

Expand Down Expand Up @@ -223,7 +222,6 @@ nutsfinance-stable-asset = { version = "0.1.0", path = "ecosystem-modules/stable

# ORML & Acala (client)
acala-cli = { path = "node/cli" }
acala-inspect = { path = "inspect" }
acala-rpc = { path = "rpc" }
acala-service = { path = "node/service", default-features = false }
module-evm-utility-macro = { path = "modules/evm-utility/macro" }
Expand Down
17 changes: 0 additions & 17 deletions inspect/Cargo.toml

This file was deleted.

63 changes: 0 additions & 63 deletions inspect/src/cli.rs

This file was deleted.

71 changes: 0 additions & 71 deletions inspect/src/command.rs

This file was deleted.

Loading

0 comments on commit c937980

Please sign in to comment.