Fixed error when creating combined code coverage results

pull/182/head
Nick Maltbie 2022-04-17 14:23:07 -07:00
parent 34e7b217b7
commit 6c7303574d
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ if [ "$EDIT_MODE" = "true" ] && [ "$PLAY_MODE" = "true" ] && [ "$ENABLE_CODE_COV
-logFile "$FULL_ARTIFACTS_PATH/combine_coverage.log" \ -logFile "$FULL_ARTIFACTS_PATH/combine_coverage.log" \
-projectPath "$UNITY_PROJECT_PATH" \ -projectPath "$UNITY_PROJECT_PATH" \
-coverageResultsPath "$FULL_COVERAGE_RESULTS_PATH" \ -coverageResultsPath "$FULL_COVERAGE_RESULTS_PATH" \
-coverageOptions generateHtmlReport;generateBadgeReport \ -coverageOptions "generateHtmlReport;generateBadgeReport" \
-quit -quit
# Catch exit code # Catch exit code