We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1658191 + ea6051e commit 7307cfaCopy full SHA for 7307cfa
src/main/shell/run-sonar-swift.sh
@@ -225,7 +225,7 @@ if [ "$vflag" = "on" ]; then
225
echo "Xcode project file is: $projectFile"
226
echo "Xcode workspace file is: $workspaceFile"
227
echo "Xcode application scheme is: $appScheme"
228
- if [ -n "$unittests"]; then
+ if [ -n "$unittests" ]; then
229
echo "Destination simulator is: $destinationSimulator"
230
echo "Excluded paths from coverage are: $excludedPathsFromCoverage"
231
else
0 commit comments