[grilo-plugins] build: Use coverage only in src/ directory



commit b9d019725bbbd253244534af12145154d092c97e
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Nov 7 09:09:40 2013 +0000

    build: Use coverage only in src/ directory
    
    We are only interested in seeing the coverage of the main code, not the
    coverage of tests or other irrelevant code.

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7bdf9d6..cab8e4f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,6 +81,6 @@ lcov-clean:
 
 lcov:
        @mkdir -p coverage
-       @lcov --compat-libtool --directory . --capture --output-file coverage/app.info
-       @genhtml -o coverage/ coverage/app.info
+       @lcov --compat-libtool --directory src --capture --output-file coverage/grilo.info
+       @genhtml -o coverage/ coverage/grilo.info
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]