[Test F/W] Unittest coverage update
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 2 Nov 2018 01:15:55 +0000 (10:15 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Tue, 6 Nov 2018 01:22:58 +0000 (10:22 +0900)
Count coverage for /gst/* only!
Remove entries for deleted directories.
Fixes #746

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/nnstreamer.spec

index 7386159..0935f9c 100644 (file)
@@ -134,8 +134,8 @@ popd
 #
 # Intentionally excluded directories are:
 #
-# tests: We are not going to show testcoverage of the test code itself.
-    $(pwd)/tests/unittestcoverage.py module $(pwd)/gst $(pwd)/nnstreamer_example $(pwd)/common $(pwd)/include
+# tests: We are not going to show testcoverage of the test code itself or example applications
+    $(pwd)/tests/unittestcoverage.py module $(pwd)/gst
 
 # Get commit info
     VCS=`cat ${RPM_SOURCE_DIR}/nnstreamer.spec | grep "^VCS:" | sed "s|VCS:\\W*\\(.*\\)|\\1|"`