Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    1. Define the setting report.dtp.publish=true. See report.dtp.publish.
    2. (Optional) Define the report settings: report.dtp.publish.src and report.scontrol.

    3. Example: 

      Code Block
      report.dtp.publish=true
      dtp.additional.settings=report.scontrol\=min\nreport.dtp.publish.src\=min

Anchor
Report File Names
Report File Names
Report

...

Formats

The following table describes the supported report formats and lists the names of the generated report files in each format:

Report FormatDescriptionReport File Name

HTML

(Default) A report in the HTML format containing all results supported by C/C++test.

report.html

HTML (C/C++test's Unit Testing details)

A report in the HTML format containing C/C++test's unit testing details.

report_ut_details.html

PDF

A report in the PDF format containing all results supported by C/C++test. The report is generated based on an HTML report.

report.pdf

SARIF (Static Analysis Results Interchange Format)

A report containing static analysis results according to the SARIF specification; see https://sarifweb.azurewebsites.net/ for details.

report.sarif

SARIF for Azure DevOps

An Azure DevOps-specific report containing static analysis results according to the SARIF specification; see https://sarifweb.azurewebsites.net/ for details.

report_azure.sarif

SAST for GitLab

A GitLab-specific report containing static analysis results according to the SAST specification; see https://docs.gitlab.com/user/application_security/sast/ for details.

report.sast

SAST v14 for GitLab

A GitLab-specific report containing static analysis results according to the SAST v14 specificationsee https://docs.gitlab.com/user/application_security/sast/ for details.

report_v14.sast

XML SATE (Static Analysis Tool Exposition)

A report containing static analysis results according to the SATE specification; see https://samate.nist.gov/SATE4.html for details.

report_sate.xml

XSL Custom

A report in a custom format containing results processed by a custom user XSL transformation. All results supported by C/C++test can be included; see Support for Custom Report Formats.

report_custom.xml

cppUnit

A report in the CppUnit format containing unit test results.

report_cppunit.xml
xUnitA report in the xUnit format containing unit test results. This format is similar to JUnit, but supports nested test suites. It is compatible with Jenkins, Hudson, Eclipse JUnit view, etc. It is applicable only when the Overview of checked files and executed tests option is enabled.report_xunit.xml

Scroll Pagebreak