hakki.degirmenci 0 Posted December 8, 2022 at my delphi project ı can not take my codecoverage value in sonarqube like screenshot. How can ı solve it ? Share this post Link to post
Anders Melander 1782 Posted December 8, 2022 Delphi doesn't appear to be supported by sonarqube: https://docs.sonarqube.org/latest/analyzing-source-code/languages/overview/ ...and as far as I can tell sonarqube doesn't generate the coverage data itself but relies on coverage data supplied by other tools. Share this post Link to post
hakki.degirmenci 0 Posted December 8, 2022 how do i integrate other tools into sonarqube ? Share this post Link to post
Anders Melander 1782 Posted December 8, 2022 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