matrix-rust-sdk/tarpaulin.toml

15 lines
301 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
2022-08-04 16:47:28 +00:00
exclude-files = ["examples/*"]
workspace = true
exclude = [
"matrix-sdk-crypto-ffi",
"matrix-sdk-crypto-js",
"matrix-sdk-crypto-nodejs",
"matrix-sdk-ffi",
"matrix-sdk-indexeddb",
"matrix-sdk-test",
"matrix-sdk-test-macros",
]