Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement gcov coverage provider #6

Open
dbarnett opened this issue Jun 5, 2015 · 3 comments
Open

Implement gcov coverage provider #6

dbarnett opened this issue Jun 5, 2015 · 3 comments

Comments

@dbarnett
Copy link
Contributor

dbarnett commented Jun 5, 2015

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

@okkays
Copy link
Contributor

okkays commented Apr 8, 2021

I can take a look at this 👍

@dbarnett
Copy link
Contributor Author

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
Copy link
Contributor

okkays commented Apr 15, 2021

👍 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants