mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +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) }
|
def projects = collectProjects { ['vector','matrix-sdk-android'].contains(it.name) }
|
||||||
dependsOn {
|
dependsOn {
|
||||||
[':matrix-sdk-android:testDebugUnitTest'] +
|
|
||||||
[':vector:testGplayDebugUnitTest'] +
|
[':vector:testGplayDebugUnitTest'] +
|
||||||
|
[':vector:connectedGplayDebugAndroidTest'] +
|
||||||
|
[':matrix-sdk-android:testDebugUnitTest'] +
|
||||||
[':matrix-sdk-android:connectedDebugAndroidTest']
|
[':matrix-sdk-android:connectedDebugAndroidTest']
|
||||||
}
|
}
|
||||||
initializeReport(it, projects, excludes)
|
initializeReport(it, projects, excludes)
|
||||||
|
|
Loading…
Add table
Reference in a new issue