create_coverage_report
Generate HTML and XML coverage reports for log analysis, with options to rebuild reports as needed, for detailed insights into test run data.
Instructions
Run the coverage report script and generate HTML and XML reports.
Args:
force_rebuild: Whether to force rebuilding the report even if it exists
Returns:
Dictionary containing execution results and report paths
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force_rebuild | No |
Input Schema (JSON Schema)
{
"properties": {
"force_rebuild": {
"default": false,
"title": "Force Rebuild",
"type": "boolean"
}
},
"title": "create_coverage_reportArguments",
"type": "object"
}