Searched refs:htmlReport (Results 1 – 2 of 2) sorted by relevance
47 File htmlReport = new File( basedir, "child/target/site/jacoco/index.html" );48 if ( !htmlReport.isFile() )50 throw new FileNotFoundException( "Could not find generated HTML report: " + htmlReport );
44 def __init__(self, data, report, htmlReport): argument48 self._htmlReport = htmlReport