Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 967 Bytes

File metadata and controls

23 lines (18 loc) · 967 Bytes

Accessing an analysis report

To view the results of the source code analysis, access the HTML report generated by the {ProductFullName} command-line interface (CLI). The report includes details on application dependencies and potential migration issues, helping you evaluate the scope of the modernization effort.

You can access the analysis report from the output directory that you specified by using the --output option in the command line.

Procedure
  • Copy the path of the index.html file from the analysis output and paste it in a browser of your choice:

    Report created: <output_report_directory>/index.html
              	Access it at this URL: file:///<output_report_directory>/index.html

    Alternatively, press Ctrl and click the path of the index.html file.