-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Adds coverage reports for C and C++. #3791
Adds coverage reports for C and C++. #3791
Conversation
Sanity is having problems. |
Looks I can't code. Fixing... |
Updated. |
Sanity is happier now. Also, https://grpc-testing.appspot.com/job/gRPC_pull_requests/3741/config=gcov,language=c,platform=linux/HTML_Report/ |
Green enough. |
|
||
if [ "$CONFIG" != "gcov" ] ; then exit ; fi | ||
|
||
root=`readlink -f $(dirname $0)/../..` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We usually (as per the shell style guide https://google-styleguide.googlecode.com/svn/trunk/shell.xml?showone=Command_Substitution#Command_Substitution) use the $(...) syntax instead of backticks.
LGTM. Just a couple of stylistic nits. |
789fa6d
to
7eacdd4
Compare
Done, and green enough. |
…orts Adds coverage reports for C and C++.
No description provided.