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

No test kill ratio value sent when Sonarqube call's webhooks #56

Closed aaguila closed 3 months ago

aaguila commented 2 years ago

Context

When Sonarqube makes a new analysis it call's to our webhook with the analysis results. The problem is in the test kill ratio information, sonar send a body without value.

Example:

     {
        "metric": "dc5_mutationAnalysis_mutations_testkill_ratio",
        "operator": "GREATER_THAN",
        "status": "NO_VALUE",
        "errorThreshold": "0"
      }

Mutation analisys is being done correctly:

image

Data

Sonarqube version: 8.9.3 Mutation analysis plugin version: 1.5

gmuecke commented 3 months ago

I'm not sure if this is a bug in SQ. Closing it