diff --git a/tarpaulin.toml b/tarpaulin.toml index 6a74337d3..7d7fa6858 100644 --- a/tarpaulin.toml +++ b/tarpaulin.toml @@ -7,6 +7,9 @@ exclude-files = [ "**/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 = [ # bindings "matrix-sdk-crypto-ffi",