Skip to content

Commit

Permalink
ci: Collect tekton coverage results in shared workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed Jul 31, 2024
1 parent 08016e7 commit 09ce1cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/run_unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ./

0 comments on commit 09ce1cd

Please sign in to comment.