Fix coveragereport script.
svn path=/plone.app.discussion/trunk/; revision=38987
This commit is contained in:
		
							parent
							
								
									61565de95a
								
							
						
					
					
						commit
						867e641465
					
				@ -21,12 +21,11 @@ defaults = ['--auto-color', '--auto-progress']
 | 
			
		||||
 | 
			
		||||
[coverage-test]
 | 
			
		||||
recipe = zc.recipe.testrunner
 | 
			
		||||
eggs = ${buildout:package-name}
 | 
			
		||||
eggs = ${test:eggs}
 | 
			
		||||
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
 | 
			
		||||
 | 
			
		||||
[coverage-report]
 | 
			
		||||
recipe = zc.recipe.egg
 | 
			
		||||
eggs = z3c.coverage
 | 
			
		||||
scripts = coveragereport=coverage-report
 | 
			
		||||
scripts = coveragereport
 | 
			
		||||
arguments = ('coverage', 'report')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user