matrix-rust-sdk/tarpaulin.toml

28 lines
644 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
# sqlite crypto store is not tested otherwise because it's only activated by
# matrix-sdk-crypto-ffi, which is excluded from testing below
features = "crypto-store"
exclude = [
2022-09-19 09:37:20 +00:00
# bindings
"matrix-sdk-crypto-ffi",
"matrix-sdk-crypto-js",
"matrix-sdk-crypto-nodejs",
"matrix-sdk-ffi",
2022-09-19 09:37:20 +00:00
# wasm only, can't get coverage
"matrix-sdk-indexeddb",
2022-09-19 09:37:20 +00:00
# testing
"matrix-sdk-test",
"matrix-sdk-test-macros",
# repo automation (ci, codegen)
"uniffi-bindgen",
"xtask",
]