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