summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-12-18 15:48:14 +0900
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2018-12-18 15:48:14 +0900
commit43afe62a0117b52a68b92cf08b828d0519a2dd00 (patch)
tree0d032b450e45628a9200db7bc3a495427acefe11 /scripts
parent5a1045348d9b9d90886bac72a404e3185486439c (diff)
downloadnnfw-43afe62a0117b52a68b92cf08b828d0519a2dd00.tar.gz
nnfw-43afe62a0117b52a68b92cf08b828d0519a2dd00.tar.bz2
nnfw-43afe62a0117b52a68b92cf08b828d0519a2dd00.zip
Move generated test into tests directory (#4090)
Move generated test in runtimes/tests to tests/runtime directory Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/command/gen_coverage_report.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/command/gen_coverage_report.sh b/scripts/command/gen_coverage_report.sh
index 4d3cbbae6..fa72717cf 100755
--- a/scripts/command/gen_coverage_report.sh
+++ b/scripts/command/gen_coverage_report.sh
@@ -51,7 +51,6 @@ COVERTURA_PATH="${OUTPUT_PATH}/nnfw_coverage.xml"
"${LCOV_PATH}" -a "${LIBS_COVERAGE_INFO_PATH}" -a "${INCLUDE_COVERAGE_INFO_PATH}" \
-a "${RUNTIMES_COVERAGE_INFO_PATH}" -a "${TOOLS_COVERAGE_INFO_PATH}" \
-o "${FINAL_COVERAGE_INFO_PATH}"
-"${LCOV_PATH}" -r "${FINAL_COVERAGE_INFO_PATH}" -o "${FINAL_COVERAGE_INFO_PATH}" "${SRC_PREFIX}/runtimes/tests/*"
"${GENHTML_PATH}" "${FINAL_COVERAGE_INFO_PATH}" --output-directory "${HTML_PATH}" ${GENHTML_FLAG:-}
tar -zcf "${OUTPUT_PATH}"/coverage_report.tar.gz "${HTML_PATH}"