devcon5io / mutation-analysis-plugin

Plugin for SonarQube to process mutation analysis results.
GNU Lesser General Public License v3.0
30 stars 17 forks source link

SonarQube 8.9 LTS warning during analysis #48

Closed patpatpat123 closed 2 years ago

patpatpat123 commented 3 years ago

Hello,

I am currently using SonarQube 8.9 LTS enterprise edition. With this the latest SonarQube mutation analysis plugin that comes with it, downloaded from SonarQube market place.

Reproducible 100%, getting the warning

[WARNING] /!\ At least one Mutation Analysis rule needs to be activated the current profile.

This is similar to issue reported: https://github.com/devcon5io/mutation-analysis-plugin/issues/42 But for the newest version.

May I ask what is the root cause please?

Thank you

gmuecke commented 3 years ago

You need to assign a profile with mutation analysis rules enabled to your project you'd like to analyse. Or you configure a default profile that has these rules enabled. I can't say anything about branches, as this is a commercial feature. It may work, or maybe not, I don't know.

If you think you configured everything correctly, please provide a step-by-step list of what you did to configure your system and please provide a reproducer project.