def _cov_analyze(self): '''Use the last regression coverage data to open up the GUI tool to analyze the coverage. ''' # Create initial set of directories, such as dispatched, passed etc. self._create_dirs() cov_analyze_deploy = CovAnalyze(self) self.deploy = [cov_analyze_deploy]
def _cov_analyze(self): '''Use the last regression coverage data to open up the GUI tool to analyze the coverage. ''' cov_analyze_deploy = CovAnalyze(self) self.deploy = [cov_analyze_deploy]