You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: