wasm-pack
wasm-pack copied to clipboard
Add coverage handling
Closes https://github.com/rustwasm/wasm-pack/issues/1192.
Related wasm-bindgen PR: https://github.com/rustwasm/wasm-bindgen/pull/3782 (required) Related cargo-llvm-cov PR: https://github.com/taiki-e/cargo-llvm-cov/pull/338 (not required)
Adds supports for parsing the three options --coverage
, --profraw-out
and --profraw-prefix
and maps them to the environment variables WASM_BINDGEN_UNSTABLE_TEST_COVERAGE
, WASM_BINDGEN_UNSTABLE_PROFRAW_OUT
and WASM_BINDGEN_UNSTABLE_PROFRAW_PREFIX
.