wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
https://wasmer.io
MIT License
18.61k stars 798 forks source link

Can't check coverage of paths that rely on signals #1550

Closed MarkMcCaskey closed 2 years ago

MarkMcCaskey commented 4 years ago

Tarpaulin relies on signals to get code coverage: https://github.com/xd009642/tarpaulin#note-on-tests-using-signals

Wasmer also relies on these signals for various things. We're currently working around this by using a feature to disable the statements that will fire these signals in our WAST tests.

Amanieu commented 2 years ago

Closing since we can use rustc's built-in code coverage now.