sonar-objective-c icon indicating copy to clipboard operation
sonar-objective-c copied to clipboard

Sonar plugin exceptions

Open xfreebird opened this issue 11 years ago • 2 comments

Hi,

Thank you very much for making this plugin a reality!

There is one thing, it seems that the plugin always expects an oclint report file and code coverage report file. When one of these two is missing it throws an exception during sonar analysis, which does not fail the analysis (which is really good).

May be you could add a check, so that no exception is thrown at all.

Thanks!

xfreebird avatar Dec 16 '13 09:12 xfreebird

thanks for your feedback.

You are right, I''add this to the roadmap, I expect to be able to handle this around New Year.

cyrilpicat avatar Dec 16 '13 09:12 cyrilpicat

Notice that it's already possible to disable the test part by commenting the following line in your 'sonar-project.properties':

#sonar.objectivec.testScheme=myApplicationTests

cyrilpicat avatar Jan 20 '14 10:01 cyrilpicat