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

Generate missing libgit2 coverage report #428

Open
josharian opened this issue Feb 2, 2018 · 0 comments
Open

Generate missing libgit2 coverage report #428

josharian opened this issue Feb 2, 2018 · 0 comments

Comments

@josharian
Copy link
Contributor

I keep discovering missing bits of libgit2 in git2go. Along the lines of #427, it strikes me that it'd be useful to have a coverage report (maybe run in CI?) that lists missing pieces. A simple implementation would be to parse the headers to find all exported libgit2 API. Then just grep (strings.Contains) for those strings in the git2go implementation. Not foolproof, but it'd go a pretty long ways.

Thoughts?

(Also, seems like the maintainers of git2go are perhaps on vacation? I'll keep sending PRs for now, but at some point I'm going to give up pending some indication that someone will eventually review.)

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

No branches or pull requests

1 participant