Skip to content

Commit 9ac041e

Browse files
committed
adjust readme
1 parent a176698 commit 9ac041e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ The standard libraries for building BandChain oracle scripts. Code in this packa
88
- `oei` - a library containing functions for querying data from BandChain
99

1010
## Coverage test
11-
- `owasm-crypto` - cargo tarpaulin --out Html --output-dir reports/crypto --packages owasm-crypto
12-
- `owasm-vm` - cargo tarpaulin --out Html --output-dir reports/vm --packages owasm-vm
11+
- Install tarpaulin by this command
12+
- `cargo install cargo-tarpaulin`
13+
- Get coverage test results
14+
- `owasm-crypto` - cargo tarpaulin --out Html --output-dir reports/crypto --packages owasm-crypto
15+
- `owasm-vm` - cargo tarpaulin --out Html --output-dir reports/vm --packages owasm-vm

0 commit comments

Comments
 (0)