fix: improve guide message

pull/262/head
Quake 2024-02-28 13:52:26 +01:00
parent 201d0df1c1
commit e5fc792fb5
1 changed files with 1 additions and 1 deletions

View File

@ -247,5 +247,5 @@ chmod -R a+r "$FULL_ARTIFACTS_PATH"
if [ -d "$FULL_COVERAGE_RESULTS_PATH" ]; then
chmod -R a+r "$FULL_COVERAGE_RESULTS_PATH"
else
echo "Coverage results directory does not exist. If you are expecting coverage results, please make sure the Code Coverage package is installed in your project and that it is set up correctly."
echo "Coverage results directory does not exist. If you are expecting coverage results, please make sure the Code Coverage package is installed in your unity project and that it is set up correctly."
fi