Skip to content

Commit fae40aa

Browse files
authored
test(evm): add test:coverage:html command (#1267)
* add command to generate html coverage report * empty commit
1 parent fadba08 commit fae40aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/evm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"release": "pnpm publish --access public",
1717
"test": "cargo test --release",
1818
"test:coverage": "mkdir -p coverage && cargo llvm-cov --lcov --output-path coverage/lcov.info --remap-path-prefix",
19+
"test:coverage:html": "mkdir -p coverage && cargo llvm-cov --html --output-dir coverage/ --remap-path-prefix",
1920
"version": "napi version"
2021
},
2122
"devDependencies": {

0 commit comments

Comments
 (0)