From 6c7303574dc87238703020cd61195375336c0430 Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Sun, 17 Apr 2022 14:23:07 -0700 Subject: [PATCH] Fixed error when creating combined code coverage results --- dist/steps/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 938f2d0..e8fce96 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -222,7 +222,7 @@ if [ "$EDIT_MODE" = "true" ] && [ "$PLAY_MODE" = "true" ] && [ "$ENABLE_CODE_COV -logFile "$FULL_ARTIFACTS_PATH/combine_coverage.log" \ -projectPath "$UNITY_PROJECT_PATH" \ -coverageResultsPath "$FULL_COVERAGE_RESULTS_PATH" \ - -coverageOptions generateHtmlReport;generateBadgeReport \ + -coverageOptions "generateHtmlReport;generateBadgeReport" \ -quit # Catch exit code