matrix-rust-sdk/tarpaulin.toml

19 lines
343 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 = [
"examples/*",
"testing/*",
"**/tests/*",
]
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",
]