We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i run ./run-sonar-swift.sh -v
am getting following error and i have already installed slather using gem install slather
\nComputing coverage report\n Command line exclusion flags for slather is: slather coverage --binary-basename SonarDemoApp --input-format profdata --cobertura-xml --output-directory sonar-reports --workspace SonarDemoApp.xcworkspace --scheme SonarDemoApp SonarDemoApp.xcodeproj
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i run ./run-sonar-swift.sh -v
am getting following error and i have already installed slather using gem install slather
\nComputing coverage report\n
Command line exclusion flags for slather is:
slather coverage --binary-basename SonarDemoApp --input-format profdata --cobertura-xml --output-directory sonar-reports --workspace SonarDemoApp.xcworkspace --scheme SonarDemoApp SonarDemoApp.xcodeproj
./run-sonar-swift.sh: line 101: slather: command not found
ERROR - Command 'slather coverage --binary-basename SonarDemoApp --input-format profdata --cobertura-xml --output-directory sonar-reports --workspace SonarDemoApp.xcworkspace --scheme SonarDemoApp SonarDemoApp.xcodeproj' failed with error code: 127
The text was updated successfully, but these errors were encountered: