From efe5ea6a9ccab9d2c035bcb827fe7fe46bed4f45 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 30 May 2022 09:43:07 +0200 Subject: [PATCH] test(ci): Exclude `matrix-sdk-crypto-(js|nodejs)` from code coverage. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b3b5a2330..5b3e72c3f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -38,7 +38,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: tarpaulin - args: --ignore-config --exclude-files "crates/matrix-sdk/examples/*,crates/matrix-sdk-common,crates/matrix-sdk-test" --out Xml + args: --ignore-config --exclude-files "crates/matrix-sdk/examples/*,crates/matrix-sdk-common,crates/matrix-sdk-test,crates/matrix-sdk-crypto-js,crates/matrix-sdk-crypto-nodejs" --out Xml - name: Upload to codecov.io uses: codecov/codecov-action@v3