From a5875ff75def1d4ff4441a4814ae3c18a50596d6 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 2 Aug 2022 10:59:18 +0200 Subject: [PATCH] ci: update codecov config to exclude all testing crates --- codecov.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index 221ff7062..5dab3f3a9 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -31,7 +31,6 @@ ignore: - "bindings/matrix-sdk-crypto-nodejs" - "bindings/matrix-sdk-ffi" - "crates/matrix-sdk-indexeddb" - - "crates/matrix-sdk-test" - - "crates/matrix-sdk-test-macros" + - "testing" - "labs" - "xtask"