Jump to content
hakki.degirmenci

For Delphi, Code Coverage Report with sonarqube

Recommended Posts

3 minutes ago, hakki.degirmenci said:

how do i integrate other tools into sonarqube ?

Please read the documentation. I have never used or even heard of sonarqube but it took me less than 2 minutes to find the information:

 

https://docs.sonarqube.org/latest/analyzing-source-code/test-coverage/overview/

Quote

SonarQube itself does not calculate coverage. To include coverage results in your analysis, you must set up a third-party coverage tool and configure SonarQube to import the results produced by that tool.

Quote

SonarQube directly supports the import of coverage data in formats native to a variety of tools for a variety of languages. It also supports the import of a generic format that can be used as a target for custom conversion of reports from tools that are not directly supported.

https://docs.sonarqube.org/latest/analyzing-source-code/test-coverage/generic-test-data/

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×