Skip to content

Commit 02e51a9

Browse files
committed
ci: Test sqlite crypto store in coverage check
1 parent 4492df6 commit 02e51a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tarpaulin.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ exclude-files = [
77
"**/tests/*",
88
]
99
workspace = true
10+
# sqlite crypto store is not tested otherwise because it's only activated by
11+
# matrix-sdk-crypto-ffi, which is excluded from testing below
12+
features = "crypto-store"
1013
exclude = [
1114
# bindings
1215
"matrix-sdk-crypto-ffi",

0 commit comments

Comments
 (0)