Integrating C/C++test with Azure DevOps allows you to review the results reported by C/C++test as in Azure Pipelines.

To integrate with Azure DevOps:

  1. Install the C/C++test extension for Azure DevOps provided by Parasoft and the SARIF SAST Scans Tab Azure extension.
  2. Modify your pipeline to include:
    • the Run C/C++test task provided by the Parasoft extension.
    • the task to upload the SARIF report.
    • the task to upload the reports in other formats (XML, HTML, etc.)

When the workflow executes, you can review the results on the Scans tab of the pipeline results.

You can find more details and example workflow configuration at https://marketplace.visualstudio.com/items?itemName=parasoft.cpptest-azure-devops.

  • No labels