[Coverage] Implements components view in code coverage report.
This CL implements a feature to display code coverage by components. The high-level structure of this change contains three different views: - directory_view: organizing by top level directories under src/. - component_view: organizing by components. - file_view: organizing by each single file. The directory_view is the default view to which index.html redirects to, and each html report contains links to toggle between the three views. Bug: 799632 Change-Id: I3df09fef2dfa0c8da2535f03d02d478b9c51bc8c Reviewed-on: https://chromium-review.googlesource.com/894992 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#533896}
Showing
This diff is collapsed.
Please register or sign in to comment