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
Add coverage report for gcovr #216
Comments
Absolutely! I'd like this very much. I'm not familiar with any particular provider so I'll leave that choice at your discretion. If in doubt, we can do both :) Please let me know If I should create an account or something. I'm not sure if any of these services can integrate with GH as a pull request check (like Travis and Appveyor do), but even having informational code coverage around somewhere else is going to be quite useful. My main motivation for having coverage is that I can see which behaviour is not tested (e.g. the If you already know how to configure the coverage collection, a PR or a pointer to the instructions would be welcome. |
I know that codecov does indeed integrate as a pull request check. I don't know about coveralls. In order to enable codecov, you just need to login using your GitHub account and add the |
OK, I've activated codecov on the gcovr/gcovr repo. |
IMHO, gcovr is missing a public coverage report on CI builds.
It would allow:
There are at least 2 service providers that allow to get a report on each CI build that I know of:
Here's a sample output using codecov: https://codecov.io/gh/mayeut/gcovr/branch/module-coverage
The text was updated successfully, but these errors were encountered: