mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Include vector connected android tests in coverage run.
This commit is contained in:
parent
c2bf6ab7e3
commit
d43cff9d2f
1 changed files with 2 additions and 1 deletions
|
@ -56,8 +56,9 @@ task theCodeCoverageReport(type: JacocoReport) {
|
|||
}
|
||||
def projects = collectProjects { ['vector','matrix-sdk-android'].contains(it.name) }
|
||||
dependsOn {
|
||||
[':matrix-sdk-android:testDebugUnitTest'] +
|
||||
[':vector:testGplayDebugUnitTest'] +
|
||||
[':vector:connectedGplayDebugAndroidTest'] +
|
||||
[':matrix-sdk-android:testDebugUnitTest'] +
|
||||
[':matrix-sdk-android:connectedDebugAndroidTest']
|
||||
}
|
||||
initializeReport(it, projects, excludes)
|
||||
|
|
Loading…
Reference in a new issue