CosmWasm / cosmwasm

Framework for building smart contracts in Wasm for the Cosmos SDK
https://www.cosmwasm.com/
Apache License 2.0
1.06k stars 332 forks source link

Make code coverage work for cosmwasm-vm #1151

Closed webmaster128 closed 1 year ago

webmaster128 commented 2 years ago

Currently failing with

cargo_tarpaulin: Failed to get test coverage! Error: Failed to run tests: Error running test - SIGILL raised in 5835

chipshort commented 1 year ago

Works with grcov. Done in #1888