matrix-rust-sdk/tarpaulin.toml

25 lines
462 B
TOML

[default-config]
debug = false
verbose = false
exclude-files = [
"examples/*",
"testing/*",
"**/tests/*",
]
workspace = true
exclude = [
# bindings
"matrix-sdk-crypto-ffi",
"matrix-sdk-crypto-js",
"matrix-sdk-crypto-nodejs",
"matrix-sdk-ffi",
# wasm only, can't get coverage
"matrix-sdk-indexeddb",
# testing
"matrix-sdk-test",
"matrix-sdk-test-macros",
# labs
"jack-in",
"sled-state-inspector",
]