summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Reed <ericreed@google.com>2020-01-31 16:17:55 -0800
committerEric Reed <ericreed@google.com>2020-02-04 14:52:41 -0800
commit648545ea6d60aaab35669904d926833445495751 (patch)
tree96df73eb02e542ab5310a867e27e20a48b520a02
parentda527aaa1e302db2f18c3c81867ae942ff3e0931 (diff)
downloaddata-binding-648545ea6d60aaab35669904d926833445495751.tar.gz
Remove obsolete test target coverage tags
Test: N/A Fixes: 148693714 Change-Id: Ie5b55d94fdc01f3edfbcff4634f641e385c77c02
-rw-r--r--BUILD.bazel3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index c245564e..61de9557 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -86,7 +86,6 @@ iml_module(
"compilerCommon/src/main/grammar-gen",
],
iml_files = ["compilerCommon/db-compilerCommon.iml"],
- test_coverage = True,
test_srcs = [
"compilerCommon/src/test/java",
"compilerCommon/src/test/kotlin",
@@ -181,7 +180,6 @@ kotlin_test(
"compilerCommon/src/test/**/*.kt",
"compilerCommon/src/test/**/*.java",
]),
- coverage = True,
jvm_flags = ["-Dtest.suite.jar=tests.jar"],
test_class = "com.android.testutils.JarTestSuite",
runtime_deps = ["//tools/base/testutils:tools.testutils"],
@@ -204,7 +202,6 @@ iml_module(
],
iml_files = ["compiler/db-compiler.iml"],
resources = ["compiler/src/main/resources"],
- test_coverage = True,
test_data = [
"//prebuilts/studio/sdk:platforms/android-24",
"//prebuilts/studio/sdk:platform-tools",