Versions Compared

Key

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

Cxx Plugin does not run any tests or produce coverage results, thus test and coverage reports must be created before running the analysis

Unit Test

The C++ plugin supports importing of unit test data from various formats.

Supported Formats

The C++ Plugin parses xunit complaint format using the sonar.cxx.xunit.reportPath. To use other formats, first they need to be converted using the property sonar.cxx.xunit.xsltURL

...