From dcfcac0bd34eaaddbf4be730fdae192955821aa4 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 13 Jun 2022 11:24:10 +0200 Subject: [PATCH] chore(test): Ask codecov.io to ignore `labs` and `xtask` directories. --- codecov.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index 3c8c4531f..6962c01ef 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -36,3 +36,5 @@ coverage: ignore: - "crates/matrix-sdk-crypto-js" - "crates/matrix-sdk-crypto-nodejs" + - "labs" + - "xtask"