From c370c084e68045a1b1843471027845b2da856cdd Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Fri, 22 Feb 2019 13:11:53 +0900 Subject: [PATCH] [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 --- packaging/nnstreamer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|"` -- 2.7.4