mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-15 10:03:26 -05:00
It appears that tarpaulin complains if the symbol information is stripped from the binary, and as of Rust 1.77, `debug=0` causes Cargo to strip all debug info. To fix this, set `debug=1`.