Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coverage handling #1362

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aDogCalledSpot
Copy link

Closes #1192.

Related wasm-bindgen PR: rustwasm/wasm-bindgen#3782 (required)
Related cargo-llvm-cov PR: taiki-e/cargo-llvm-cov#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code coverage with wasm-pack test
1 participant