rustwasm / wasm-pack

📦✨ your favorite rust -> wasm workflow tool!
https://rustwasm.github.io/wasm-pack/
Apache License 2.0
6.24k stars 408 forks source link

Code coverage with wasm-pack test #1192

Open lanceschi opened 1 year ago

lanceschi commented 1 year ago

Does wasm-pack test feature a code coverage option? Is there an alternative method, if the answer is no?

Thanks in advance

martinfrances107 commented 1 year ago

Have you tried running

Cargo tarpaulin -o Html 

When I run it on my own projects it does not need additional config?

https://crates.io/crates/cargo-tarpaulin