From 574af1d3b625d9128d6356fb9c044ec4b62c23fb Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Thu, 22 Sep 2022 14:10:57 +0800 Subject: [PATCH] zip coverage results --- pipelines/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/build.sh b/pipelines/build.sh index dcd79d8..a38d6b9 100644 --- a/pipelines/build.sh +++ b/pipelines/build.sh @@ -45,7 +45,7 @@ unittest_status=$? echo "===================== make coverage =====================" coverage report coverage html -# zip -q -r htmlcov.zip htmlcov +zip -q -r htmlcov.zip htmlcov echo "===================== importability =====================" if [ "$JOB_NAME" != "csst_common" ]; then -- GitLab