-
Notifications
You must be signed in to change notification settings - Fork 19
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
Local coverage reporting #13
Comments
This depends on #12 being in place, since having the environment from |
Solved by #27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Solution
https://github.com/mapbox/cpp#code-coverage describes how to use
clang++
andllvm-cov
to instrument the code and view code coverage locally.For the best results this requires:
https://github.com/mapbox/node-cpp-skel/blob/master/scripts/coverage.sh is an example of scripting the recompile of code and automatic reporting of coverage.
The text was updated successfully, but these errors were encountered: