[ https://issues.apache.org/jira/browse/HAWQ-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275895#comment-15275895 ]
ASF GitHub Bot commented on HAWQ-716: ------------------------------------- Github user huor commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/636#discussion_r62446449 --- Diff: src/bin/gpfdist/Makefile --- @@ -22,7 +22,8 @@ include $(top_builddir)/src/Makefile.global LIBS := -levent -lyaml -lz -lbz2 -lssl -lcrypto ifeq ($(BUILD_TYPE), gcov) -LIBS := -lgcov $(LIBS) +LIBS := -lgcov $(LIBS) --- End diff -- The indent of LIBS is correct since it is consistent with CFLAGS in next line. > Support code coverage build and report in hawq Makefile > ------------------------------------------------------- > > Key: HAWQ-716 > URL: https://issues.apache.org/jira/browse/HAWQ-716 > Project: Apache HAWQ > Issue Type: Improvement > Components: Build > Reporter: Ruilong Huo > Assignee: Ruilong Huo > > We need to support code coverage build and report in hawq Makefile. The scope > include: > 1. Build hawq/libhdfs3/libyarn binaries with code coverage enabled > 2. Generate unified code coverage report for hawq/libhdfs3/libyarn -- This message was sent by Atlassian JIRA (v6.3.4#6332)