AmadeusITGroup / sonar-stash

Stash (BitBucket) plugin, a pull-request decorator which allows to integrate SonarQube violations directly into your pull-request
MIT License
165 stars 82 forks source link

Sonar 6.7 LTS support #168

Closed kingoleg closed 6 years ago

kingoleg commented 6 years ago

Hi,

Is there any plan to support 6.7 LTS sonar version?

Regards, Oleg

t-8ch commented 6 years ago

Of course! So far I did not perform any tests. If you encounter any issues please report them. (If it works smoothly feel free to also report it).

I'll have a look at the changelogs.

kingoleg commented 6 years ago

Hi,

It works on my sandbox with 1 change:

-Dsonar.analysis.mode=issues

And without coverage evolution :(

t-8ch commented 6 years ago

@kingoleg The coverage feature works for me. FYI The coverage functionality has been split into its own plugin: https://github.com/AmadeusITGroup/sonar-coverage-evolution