Publish CppCheck Report

To publish CppCheck report, first you need:

  • Generate version 2 XML report
  • Add a publish step in your configuration

Generate CppCheck XML report

CppCheck can generate XML report, QuickBuild only supports version 2 format. For example:

cppcheck --xml-version=2 file1.cpp

Publish the report

Add Publish CppCheck Report step to your build workflow. If you have several report sets, you can add multiple publish CppCheck report steps with different report set names. Reference this page for more details.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.