[Coverage] Support negative filter and filter by build targets.
This CL adds support to the code coverage tool to include files by build targets and also exclude files by paths or build targets. The motivation of this change is that some view controllers are not supposed to have unit tests, and instead, they should run agaist integration tests in terms of code coverage. Given that view controllers are often grouped together by build targets, so it is desirable to have a way to include or exclude the sources of a list of build targets in the code coverage report. Bug: 763959 Change-Id: I68079e0e6e5952883259b8806cb250166d0a50dc Reviewed-on: https://chromium-review.googlesource.com/669979 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#502922}
Showing
Please register or sign in to comment