Skip to content

Mechanism to invoke "bazel coverage" and show the results #42

@dbarnett

Description

@dbarnett

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…

  1. Invoke the right bazel coverage command
  2. Clue vim-coverage in to where to find for the output files
  3. Show the coverage results on the buffer

@okkays

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions