mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2025-12-24 00:01:03 -05:00
chore(ci): exclude some crate from codecov testing
There's been many segfaults happening in tests, while running the test coverage for this specific crate. An issue has been opened on cargo-tarpaulin's repository: https://github.com/xd009642/tarpaulin/issues/1749 Until this is fixed or worked around, we'll disable coverage testing for this specific crate.
This commit is contained in:
committed by
Damir Jelić
parent
8c66e0ba2f
commit
70705f4e9d
@@ -9,7 +9,7 @@ exclude-files = [
|
||||
]
|
||||
workspace = true
|
||||
# sqlite crypto store is not tested otherwise because it's only activated by
|
||||
# matrix-sdk-crypto-ffi, which is excluded from testing below
|
||||
# matrix-sdk-crypto-ffi, which is excluded from testing below.
|
||||
features = "crypto-store"
|
||||
exclude = [
|
||||
# bindings
|
||||
@@ -23,4 +23,6 @@ exclude = [
|
||||
# repo automation (ci, codegen)
|
||||
"uniffi-bindgen",
|
||||
"xtask",
|
||||
# until it doesn't segfault anymore, this is excluded :(
|
||||
"matrix-sdk-base",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user