mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Revert "Include vector connected android tests in coverage run."
This reverts commit d43cff9d2f
.
This commit is contained in:
parent
17d85840a7
commit
2946f2ec59
1 changed files with 1 additions and 2 deletions
|
@ -56,9 +56,8 @@ 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 {
|
||||||
[':vector:testGplayDebugUnitTest'] +
|
|
||||||
[':vector:connectedGplayDebugAndroidTest'] +
|
|
||||||
[':matrix-sdk-android:testDebugUnitTest'] +
|
[':matrix-sdk-android:testDebugUnitTest'] +
|
||||||
|
[':vector:testGplayDebugUnitTest'] +
|
||||||
[':matrix-sdk-android:connectedDebugAndroidTest']
|
[':matrix-sdk-android:connectedDebugAndroidTest']
|
||||||
}
|
}
|
||||||
initializeReport(it, projects, excludes)
|
initializeReport(it, projects, excludes)
|
||||||
|
|
Loading…
Add table
Reference in a new issue