mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +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) }
|
||||
dependsOn {
|
||||
[':vector:testGplayDebugUnitTest'] +
|
||||
[':vector:connectedGplayDebugAndroidTest'] +
|
||||
[':matrix-sdk-android:testDebugUnitTest'] +
|
||||
[':vector:testGplayDebugUnitTest'] +
|
||||
[':matrix-sdk-android:connectedDebugAndroidTest']
|
||||
}
|
||||
initializeReport(it, projects, excludes)
|
||||
|
|
Loading…
Reference in a new issue