matrix-rust-sdk/tarpaulin.toml

12 lines
249 B
TOML
Raw Normal View History

2020-08-04 08:40:13 +00:00
[default-config]
debug = false
2020-08-04 08:40:13 +00:00
verbose = false
exclude-files = ["crates/matrix_sdk/examples/*"]
exclude = [
"matrix-sdk-test",
"matrix-sdk-indexeddb",
"matrix-sdk-crypto-ffi",
"matrix-sdk-crypto-js",
"matrix-sdk-crypto-nodejs"
]