You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A script should be created
createHTMLReport -r report_dir -o report.html //generate a report.html for all plist in the directory
createHTMLReport -p plist.plist -o report.html //generate report to a single plist
reports.html would contain
-all the errors in the report directory
-source code to which the bug path points to
-navigable bug steps.
CodeChecker parse command should support the new html output.
The text was updated successfully, but these errors were encountered:
A script should be created
createHTMLReport -r report_dir -o report.html //generate a report.html for all plist in the directory
createHTMLReport -p plist.plist -o report.html //generate report to a single plist
reports.html would contain
-all the errors in the report directory
-source code to which the bug path points to
-navigable bug steps.
CodeChecker parse
command should support the new html output.The text was updated successfully, but these errors were encountered: