python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to configure sonar properties for C++ project
I am trying to generate sonar report for C++ project. But I am getting "Please provide compiled classes of your project with sonar.java.binaries property" error. I am using SonarQube Data Ce...
Sangeetharaj
Votes: 0
Answers: 2
Angular 12 / 13 : Not able to integrate code coverage report with sonarqube
When I run ng test --code-coverage, and then run sonar-scanner, still not able to see coverage report on sonar server.
I tried setting up new project using Angular 13 and setting up as per official do...
HRMS Admin
Votes: 0
Answers: 1
Why are Java binaries necessary in Sonar?
I'm trying to check if there are any difference between an analysis with only source code and with source code and the .jar generated after compiling.
If I delete the '-Dsonar.java.binaries' property ...
Felipe
Votes: 0
Answers: 1
Not able to generate sonarqube report locally as I am getting the EXECUTION FAILURE with error log :Tasks support was removed in SonarQube 7.6
My requirement is to get the code coverage in local using Visual studio :
SonarQube server is up . I have attached the snapshot as shown :
jvm 1 | 2022.02.14 16:04:07 INFO app[][o.s.a.SchedulerImp...
Ayushi Gupta
Votes: 0
Answers: 0