blob: 076c8ae5a4b6ce7fcc8896aab5b18fa8f1fc58d3 [file] [log] [blame] [edit]
java_test(
name = 'AllTestsCoverage',
test_class = INSTRUMENTED_TEST_CLASS,
deps = [ ':instrumented_js_runner' ],
data = TEST_SOURCES,
tags = [ 'local', # Cannot be run remotely.
'manual' # Don't run coverage automatically.
],
size = 'large')