ci: Don't collect coverage for labs

This commit is contained in:
Jonas Platte
2022-09-19 11:37:20 +02:00
committed by Jonas Platte
parent b2ce906bce
commit fee0db03c8

View File

@@ -8,11 +8,17 @@ exclude-files = [
]
workspace = true
exclude = [
# bindings
"matrix-sdk-crypto-ffi",
"matrix-sdk-crypto-js",
"matrix-sdk-crypto-nodejs",
"matrix-sdk-ffi",
# wasm only, can't get coverage
"matrix-sdk-indexeddb",
# testing
"matrix-sdk-test",
"matrix-sdk-test-macros",
# labs
"jack-in",
"sled-state-inspector",
]