berryzplus / XmlExporter

XmlExporter is an Expoter Plugin for OpenCppCoverage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XmlExporter

License Releases build SonarCloud

XmlExporter is a Plugin for OpenCppCoverage(requires OpenCppCoverage 0.9.8.0 or greater).

How to use XmlExporter

To use XmlExporter, copy the plugin dll into {OPENCPPCOVERAGE_INSTALLATION_FOLDER}\Plugins\Exporter. I recommend copying and renaming XmlExporter.dll as follows.

Copy-Item -Path XmlExporter.dll -Destination "C:\Program Files\OpenCppCOverage\Plugins\Exporter\xml.dll"

To check the installation, run the command OpenCppCoverage --help. In the description of --export_type you should see the name of the plugin.

If you see xml in --export_type list, you can use XmlExporter.

OpenCppCoverage ^
  --export_type xml:coverage.xml ^
  --sources C:\path\to\source ^
  -- ^
  YourProgram.exe

About

XmlExporter is an Expoter Plugin for OpenCppCoverage

License:GNU General Public License v3.0


Languages

Language:C++ 97.3%Language:C 2.7%