Open
Description
This would look like using:
https://github.com/scoverage/scalac-scoverage-plugin
to get the scala test rules to emit code coverage reports, then aggregating them across the repo.
It is related to bazelbuild/bazel#1118 but I don't think it is actually a blocker. We may just be able to produce coverage output of each test rule, then an aspect to walk all the rules and aggregate a total.