2020-08-04 08:40:13 +00:00
|
|
|
[default-config]
|
2020-08-11 08:55:10 +00:00
|
|
|
debug = false
|
2020-08-04 08:40:13 +00:00
|
|
|
verbose = false
|
2022-09-19 09:35:34 +00:00
|
|
|
exclude-files = [
|
|
|
|
"examples/*",
|
|
|
|
"testing/*",
|
|
|
|
"**/tests/*",
|
|
|
|
]
|
2022-06-14 09:41:08 +00:00
|
|
|
workspace = true
|
2023-02-10 11:22:50 +00:00
|
|
|
# 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"
|
2022-06-13 09:25:54 +00:00
|
|
|
exclude = [
|
2022-09-19 09:37:20 +00:00
|
|
|
# bindings
|
2022-06-13 09:25:54 +00:00
|
|
|
"matrix-sdk-crypto-ffi",
|
2022-06-13 10:52:37 +00:00
|
|
|
"matrix-sdk-ffi",
|
2022-09-19 09:37:20 +00:00
|
|
|
# wasm only, can't get coverage
|
2022-06-13 10:52:37 +00:00
|
|
|
"matrix-sdk-indexeddb",
|
2022-09-19 09:37:20 +00:00
|
|
|
# testing
|
2022-06-13 10:52:37 +00:00
|
|
|
"matrix-sdk-test",
|
|
|
|
"matrix-sdk-test-macros",
|
2022-10-17 13:04:01 +00:00
|
|
|
# repo automation (ci, codegen)
|
2023-02-10 11:22:59 +00:00
|
|
|
"uniffi-bindgen",
|
2022-10-17 13:04:01 +00:00
|
|
|
"xtask",
|
2023-09-01 08:43:52 +00:00
|
|
|
# temporary: tiny test suite, expensive to run
|
|
|
|
"sliding-sync-integration-test",
|
2022-06-13 09:25:54 +00:00
|
|
|
]
|