A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/test-coverage/overview/ below:

Test coverage overview | SonarQube Server Documentation

Test coverage reports and test execution reports are important metrics to help you assess the quality of your code. 

Below, you'll find guidelines and resources, as well as language- and tool-specific analysis parameters.

General guidelines

Before importing test coverage, you need to have the appropriate SonarScanner configured to perform code analysis as part of your build pipeline.

To enable coverage reporting, you must then do the following:

  1. Set up your coverage tool to run as part of your build pipeline. Your coverage tool should be set up to run before the SonarScanner analysis.
  2. Configure the coverage tool so that the location and format of the output report files match what the SonarScanner expects.
  3. Configure the analysis parameters of the SonarScanner so that it can import the report files.

Now, on each build of your project, your coverage tool should perform its analysis and output its results to one or more files (usually one for test coverage and one for test execution). Then, the SonarScanner, as part of its analysis process, will import those files and send the results to SonarQube Server.

Coverage support

SonarQube Server 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.

Detailed guides

Detailed guides for the following languages are provided in this section:

Generic format

See Generic test data for information on how the generic format works.

Test coverage parameters

See Test coverage parameters for a reference on all coverage-related analysis parameters.

Test execution reports

This section is about test coverage reports, that is, reports that describe the percentage of your code that is tested by your test suite during a build.

Test execution reports are a separate feature. These describe which tests within your tests suite are executed during a build. For details, see Test execution parameters.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4