From: MyungJoo Ham Date: Fri, 22 Feb 2019 04:11:53 +0000 (+0900) Subject: [CI] Add /ext/* to unit-test-coverage scope X-Git-Tag: v0.1.1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c370c084e68045a1b1843471027845b2da856cdd;p=platform%2Fupstream%2Fnnstreamer.git [CI] Add /ext/* to unit-test-coverage scope The files in /ext/* are officially released code. Publish the lcov result. This prepares #1153 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 4d56431..561eca3 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -134,7 +134,7 @@ DESTDIR=%{buildroot} ninja -C build %{?_smp_mflags} install # Intentionally excluded directories are: # # tests: We are not going to show testcoverage of the test code itself or example applications - $(pwd)/tests/unittestcoverage.py module $(pwd)/gst + $(pwd)/tests/unittestcoverage.py module $(pwd)/gst $(pwd)/ext # Get commit info VCS=`cat ${RPM_SOURCE_DIR}/nnstreamer.spec | grep "^VCS:" | sed "s|VCS:\\W*\\(.*\\)|\\1|"`