google / vim-coverage

Apache License 2.0
101 stars 22 forks source link

Implement gcov coverage provider #6

Open dbarnett opened 9 years ago

dbarnett commented 9 years ago

Add a coverage provider to support reading gcov coverage results into vim.

okkays commented 3 years ago

I can take a look at this 👍

dbarnett commented 3 years ago

BTW, are we calling the provider "lcov" or "gcov"? IIUC gcov is the technology and lcov is a format & frontend for dumping the gcov results for viewing? If so, slight preference for "gcov" as a more general provider name.

okkays commented 3 years ago

👍 makes sense, I'll rename in the pull to gcov. I went with lcov because that's the format it's actually parsing, but using the more general gcov makes more sense for discovery