[ 
https://issues.apache.org/jira/browse/HAWQ-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326814#comment-15326814
 ] 

ASF GitHub Bot commented on HAWQ-803:
-------------------------------------

Github user huor commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/703#discussion_r66739559
  
    --- Diff: GNUmakefile.in ---
    @@ -166,7 +166,11 @@ distcheck: $(distdir).tar.gz
        @echo "Distribution integrity checks out."
     
     coverage-show:
    +ifneq ($(origin filter), undefined)
    --- End diff --
    
    {code}
    ifeq ($(origin filter), underfined)
      $(filter) = .
    
    lcov --directory $(filter) --capture --output-file CodeCoverage.info
    {code}


> Enable filter in code coverage.
> -------------------------------
>
>                 Key: HAWQ-803
>                 URL: https://issues.apache.org/jira/browse/HAWQ-803
>             Project: Apache HAWQ
>          Issue Type: Test
>          Components: Tests
>            Reporter: Hubert Zhang
>            Assignee: Hubert Zhang
>
> For code coverage is time consuming,  we want to filter some sub directories 
> which we care about.
> Syntax:
> make coverage-show filter=./src/backend/executor



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to