Commit 242d324f authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Only use device__jacoco_source files.

Temp filter to use to restore code coveage while working on a solution
to combine all code coverage.

Bug: 1107004
Change-Id: I3b011e038cc60b6692858d4e4179807fd43061fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311057
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790639}
parent 6b447b2f
...@@ -32,7 +32,10 @@ _PARTIAL_PACKAGE_NAMES = ['com/google', 'org/chromium'] ...@@ -32,7 +32,10 @@ _PARTIAL_PACKAGE_NAMES = ['com/google', 'org/chromium']
# 'input_path': # 'input_path':
# '$CHROMIUM_OUTPUT_DIR/\ # '$CHROMIUM_OUTPUT_DIR/\
# obj/chrome/android/features/tab_ui/java__process_prebuilt-filtered.jar' # obj/chrome/android/features/tab_ui/java__process_prebuilt-filtered.jar'
_SOURCES_JSON_FILES_SUFFIX = '__jacoco_sources.json'
# TODO (crbug.com/1107004): Remove device when ready to combine host and device
# __jacoco_sources.
_SOURCES_JSON_FILES_SUFFIX = 'device__jacoco_sources.json'
def _GetFilesWithSuffix(root_dir, suffix): def _GetFilesWithSuffix(root_dir, suffix):
......
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 to comment