diff --git a/tarpaulin.toml b/tarpaulin.toml index 9fe1247ba..bf272a237 100644 --- a/tarpaulin.toml +++ b/tarpaulin.toml @@ -9,7 +9,7 @@ exclude-files = [ ] 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 +# matrix-sdk-crypto-ffi, which is excluded from testing below. features = "crypto-store" exclude = [ # bindings @@ -23,4 +23,6 @@ exclude = [ # repo automation (ci, codegen) "uniffi-bindgen", "xtask", + # until it doesn't segfault anymore, this is excluded :( + "matrix-sdk-base", ]