mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 09:39:34 -04:00
ci: Don't collect coverage for labs
This commit is contained in:
committed by
Jonas Platte
parent
b2ce906bce
commit
fee0db03c8
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user