Commit 427411be by eguven Committed by Oliver Woodman

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
parent 87012f22
......@@ -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
// }
}
}
......
......@@ -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
// }
}
}
......
......@@ -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
// }
}
}
......
......@@ -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
// }
}
}
......
......@@ -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
// }
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment