Versions Compared

Key

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

IntegratingCIntegrating C/C++test with test with Azure DevOps allows you to review the results reported byCby C/C++test  test 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  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.).

...