Disable test coverage again

https://issuetracker.google.com/issues/37019591 causes local variables can't be found while debugging.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164449443
This commit is contained in:
eguven 2017-08-07 05:22:15 -07:00 committed by Oliver Woodman
parent 87012f22f2
commit 427411befb
5 changed files with 25 additions and 15 deletions

View File

@ -31,9 +31,11 @@ android {
}
buildTypes {
debug {
testCoverageEnabled = true
}
// Re-enable test coverage when the following issue is fixed:
// https://issuetracker.google.com/issues/37019591
// debug {
// testCoverageEnabled = true
// }
}
}

View File

@ -24,9 +24,11 @@ android {
}
buildTypes {
debug {
testCoverageEnabled = true
}
// Re-enable test coverage when the following issue is fixed:
// https://issuetracker.google.com/issues/37019591
// debug {
// testCoverageEnabled = true
// }
}
}

View File

@ -24,9 +24,11 @@ android {
}
buildTypes {
debug {
testCoverageEnabled = true
}
// Re-enable test coverage when the following issue is fixed:
// https://issuetracker.google.com/issues/37019591
// debug {
// testCoverageEnabled = true
// }
}
}

View File

@ -24,9 +24,11 @@ android {
}
buildTypes {
debug {
testCoverageEnabled = true
}
// Re-enable test coverage when the following issue is fixed:
// https://issuetracker.google.com/issues/37019591
// debug {
// testCoverageEnabled = true
// }
}
}

View File

@ -24,9 +24,11 @@ android {
}
buildTypes {
debug {
testCoverageEnabled = true
}
// Re-enable test coverage when the following issue is fixed:
// https://issuetracker.google.com/issues/37019591
// debug {
// testCoverageEnabled = true
// }
}
}