-
Notifications
You must be signed in to change notification settings - Fork 6
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 code coverage #18
Comments
I actually managed to get code coverage working with codecov (which is free for open source projects), but mapping coverage to the actual repository files failed miserably. This happens because the cmake infrastructure merges the headers into Using |
I've also just tried to use Coveralls, which directly supports One option is to just use one of those two systems so that we can have a badge on the main page and numbers on the statistics, and provide a new command in |
A lot of the code is templated but it would be nice to have code coverage infrastructure.
The text was updated successfully, but these errors were encountered: