Test coverage: Exclude :libraries:matrix:impl module, it contains only wrappers to access the Rust Matrix SDK api, and mappers. It is not really relevant to unit test that: there is no logic to test.
This commit is contained in:
parent
d07b7e0d87
commit
512dffaf24
1 changed files with 2 additions and 0 deletions
|
|
@ -198,6 +198,8 @@ koverMerged {
|
||||||
// We do not cover Nodes (normally covered by maestro, but code coverage is not computed with maestro)
|
// We do not cover Nodes (normally covered by maestro, but code coverage is not computed with maestro)
|
||||||
"*Node",
|
"*Node",
|
||||||
"*Node$*",
|
"*Node$*",
|
||||||
|
// Exclude `:libraries:matrix:impl` module, it contains only wrappers to access the Rust Matrix SDK api, so it is not really relevant to unit test it: there is no logic to test.
|
||||||
|
"io.element.android.libraries.matrix.impl.*",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue