wasm-pack icon indicating copy to clipboard operation
wasm-pack copied to clipboard

Add coverage handling

Open aDogCalledSpot opened this issue 7 months ago • 0 comments

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.

aDogCalledSpot avatar Jan 18 '24 15:01 aDogCalledSpot