matrix-rust-sdk/tarpaulin.toml

27 lines
511 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",
# repo automation (ci, codegen)
"xtask",
]