Document how to measure the test coverage Since the source and test packages differ in the code-owners plugin, we need to override the instrumentation filter from Bazel (otherwise the packages for which no test package exists will be missing in the report). Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Iebe401f1de1891d97b726e97c5ffddd92a20ccd2
This plugin provides support for defining code owners for files in a repository.
If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.
Also see resources/Documentation/about.md
IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md