From 0bd02c8589d6d8be33ff1668750aaef8dfaa4447 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Wed, 29 Nov 2023 08:37:53 +0100 Subject: [PATCH] wip --- .ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.sh b/.ci/test.sh index 48555b5a13..c707448d48 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -79,4 +79,4 @@ echo "$0: storing coverage data" lcov --capture --directory ${WORKSPACE} --output-file /tmp/coverage.original lcov --remove /tmp/coverage.original "*/test/" --output-file /tmp/coverage.removed || echo "$0: coverage tracefile is empty" -lcov --extract /tmp/coverage.removed "*/${WORKSPACE}/*" --output-file $ARTIFACT_FOLDER/$REPOSITORY_NAME.info || echo "$0: coverage tracefile is empty" +lcov --extract /tmp/coverage.removed "*/workspace/*" --output-file $ARTIFACT_FOLDER/$REPOSITORY_NAME.info || echo "$0: coverage tracefile is empty"