--instrumentation_filter=<comma-separated list of regex expressions with prefix '-' specifying excluded paths>
When coverage is enabled, only rules with names included by the specified
regex-based filter will be instrumented. Rules prefixed with '-' are
excluded instead. Note that only non-test rules are instrumented unless --
instrument_test_targets is enabled.