For working on bazel projects, it would be great to have a simple way to show coverage results generated from bazel coverage (see https://docs.bazel.build/versions/master/command-line-reference.html#coverage and https://blog.bazel.build/2018/10/29/bazel-0.19.0.html#code-coverage).
A gcov coverage provider (#6) gets us part of the way there, but the wiring gets a little complicated for how to easily…
- Invoke the right
bazel coverage command
- Clue vim-coverage in to where to find for the output files
- Show the coverage results on the buffer
@okkays