mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-11-03 20:54:27 +01:00 
			
		
		
		
	Adjust php testrunner so that a html coverage report is generated
Remove the --coverage-clover argument as the jenkins plugin cannot properly read it and added --coverage-html instead. refs #4313
This commit is contained in:
		
							parent
							
								
									a25853203e
								
							
						
					
					
						commit
						9f745505ce
					
				@ -108,9 +108,9 @@ def main():
 | 
			
		||||
            command_options.append('--log-junit')
 | 
			
		||||
            command_options.append(os.path.join(report_directory,
 | 
			
		||||
                                                'phpunit_results.xml'))
 | 
			
		||||
            command_options.append('--coverage-clover')
 | 
			
		||||
            command_options.append('--coverage-html')
 | 
			
		||||
            command_options.append(os.path.join(report_directory,
 | 
			
		||||
                                                'phpunit_coverage.xml'))
 | 
			
		||||
                                                'php_html_coverage'))
 | 
			
		||||
        if options.include:
 | 
			
		||||
            command_options.append('--filter')
 | 
			
		||||
            command_options.append(options.include)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user