From eead09984c5cf40d702ac3bb27718fb3acbcd91c Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 13 Jun 2022 11:25:38 +0200 Subject: [PATCH] chore(test): Ask codecov.io to ignore the `crates/matrix-sdk-crypto-ffi` directory. --- codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yaml b/codecov.yaml index 6962c01ef..6f609e2e8 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -34,6 +34,7 @@ coverage: - "labs/" patch: off ignore: + - "crates/matrix-sdk-crypto-ffi" - "crates/matrix-sdk-crypto-js" - "crates/matrix-sdk-crypto-nodejs" - "labs"