Fixed error when creating combined code coverage results
parent
34e7b217b7
commit
6c7303574d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue