idb/common/types.py [469:476]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        report_activities: bool = False,
        report_attachments: bool = False,
        activities_output_path: Optional[str] = None,
        coverage_output_path: Optional[str] = None,
        coverage_format: CodeCoverageFormat = CodeCoverageFormat.EXPORTED,
        log_directory_path: Optional[str] = None,
        wait_for_debugger: bool = False,
    ) -> AsyncIterator[TestRunInfo]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



idb/grpc/client.py [1166:1173]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        report_activities: bool = False,
        report_attachments: bool = False,
        activities_output_path: Optional[str] = None,
        coverage_output_path: Optional[str] = None,
        coverage_format: CodeCoverageFormat = CodeCoverageFormat.EXPORTED,
        log_directory_path: Optional[str] = None,
        wait_for_debugger: bool = False,
    ) -> AsyncIterator[TestRunInfo]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



