codecov: Add SQLite store as default crate

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2023-04-26 17:45:29 +02:00
committed by Jonas Platte
parent 32fafe7be3
commit 6bae0793f9
+1
View File
@@ -14,6 +14,7 @@ coverage:
- "crates/matrix-sdk-crypto/"
- "crates/matrix-sdk-qrcode/"
- "crates/matrix-sdk-sled/"
- "crates/matrix-sdk-sqlite/"
- "crates/matrix-sdk-store-encryption/"
# Coverage of wasm tests isn't supported at the moment,
# see rustwasm/wasm-bindgen#2276