6 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash -xe
 | 
						|
coverage run --concurrency=multiprocessing manage.py test --failfast
 | 
						|
coverage combine
 | 
						|
coverage html
 | 
						|
coverage report
 |