From 09ce1cd1596a09c8d43ed7b31019e45287bf8870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Fri, 26 Jul 2024 12:00:00 +0000 Subject: [PATCH] ci: Collect tekton coverage results in shared workspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- .tekton/run_unittests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tekton/run_unittests.sh b/.tekton/run_unittests.sh index ba296f7b..0e2f6a6f 100755 --- a/.tekton/run_unittests.sh +++ b/.tekton/run_unittests.sh @@ -74,3 +74,7 @@ else mkdir --parents "${COVERAGE_PATH}/_junit" bundle exec rake fi + +# Put back the coverage results to the shared workspace +popd +cp --recursive "${OLDPWD}/${COVERAGE_PATH}" ./