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

Code coverage chokes on Wasm #225

Closed
1 of 3 tasks
jkelleyrtp opened this issue Feb 9, 2022 · 0 comments
Closed
1 of 3 tasks

Code coverage chokes on Wasm #225

jkelleyrtp opened this issue Feb 9, 2022 · 0 comments

Comments

@jkelleyrtp
Copy link
Member

Problem

Our current code coverage suite currently chokes on Wasm. All our wasm_bindgen tests flip a false-positive in the code coverage system, meaning any tests we write for Wasm crates will actually bring down our reported coverage.

From what I can tell, none of the code coverage tools support this - though people have mentioned minicov even if the infra isn't really built out.

rustwasm/wasm-bindgen#2276

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
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

No branches or pull requests

1 participant