-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotspots aren't retrieved from Sonarqube 7.9 #154
Comments
Hello, |
Hi, The fix does not work, at least on my instance of SonarQube. As you can see in the logs, mine returned a version of 7.9.1.27448 which does not respect semver convention strictly speaking. Just made some tests based on what is in
|
Hi, semver.valid(semver.coerce('42.6.7.9.3-alpha')) // '42.6.7' |
Thx for your hardwork ! |
Hi,
There's a regression in Sonarqube's version detection algorithm when dealing with hotspots retrieval.
Using Sonarqube 7.9.1 (build 27448) and sonar-report 3.0.6, semver module is not working as intended.
When I add the following debug lines :
Here's the output :
Result : execution path is always entering the else clause (https://github.com/soprasteria/sonar-report/blob/master/index.js#L195) and "to review" status hotspots in Sonarqube 7.9.1 are not found in the generated report.
The text was updated successfully, but these errors were encountered: