Open
Description
Repro: https://github.com/sjoerdvisscher/bazel-scala-tests
bazel coverage //... --instrumentation_filter=-java
removes java, but
bazel coverage //... --instrumentation_filter=-scala
has scala
Repro also demonstrates #1101
Thanks @sjoerdvisscher for reporting