We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a176698 commit 9ac041eCopy full SHA for 9ac041e
README.md
@@ -8,5 +8,8 @@ The standard libraries for building BandChain oracle scripts. Code in this packa
8
- `oei` - a library containing functions for querying data from BandChain
9
10
## 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
+- Install tarpaulin by this command
+ - `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