Fix getAllUsersAsCodeOwners_allVisible test This test was supposed to test the code for handling accounts.visibility = ALL, but since the admin user was doing the call we instead landed in the shortcut for users that have the VIEW_ALL_ACCOUNTS capability (which is already covered by getAllUsersAsCodeOwners_withViewAllAccounts). This was discovered by looking at the test coverage. Fixing this increases the test coverage for AbstractGetCodeOwnersForPath slightly from 95.4% to 96.2%. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I1ef01100677586daf10581c3876a639bb313b009
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