octo-technology / sonar-objective-c

Sonar Plugin for Objective C
517 stars 206 forks source link

Sonar plugin exceptions #45

Open xfreebird opened 10 years ago

xfreebird commented 10 years ago

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!

cyrilpicat commented 10 years ago

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 commented 10 years ago

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