From 6bae0793f9860e4cc698e6b2e1835fde31344dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 26 Apr 2023 17:45:29 +0200 Subject: [PATCH] codecov: Add SQLite store as default crate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yaml b/codecov.yaml index 5dab3f3a9..7f6905c01 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -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