There was an error while loading. Please reload this page.
1 parent 6487e0f commit bbb79d9Copy full SHA for bbb79d9
1 file changed
README.md
@@ -66,7 +66,7 @@ Run code coverage as
66
cargo llvm-cov -p polymesh-dart -p polymesh-dart-bp --release --lcov --output-path target/coverage/lcov.info --no-clean
67
```
68
69
-To get report in HTML, install `lcov` and run run
+To get report in HTML, install `lcov` and run
70
71
genhtml -o target/coverage/html target/coverage/lcov.info
72
0 commit comments