mirror of
				https://github.com/fastapi/sqlmodel.git
				synced 2025-10-31 10:06:57 +08:00 
			
		
		
		
	 a1fdc57271
			
		
	
	a1fdc57271
	
	
	
		
			
			Revert " 👷 Add Codecov to CI, Smokeshow/Cloudflare has been flaky lately (#1303)" This reverts commit 759220d5928af4a01c205a039eb9826456a475cd.
		
			
				
	
	
		
			10 lines
		
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| set -e
 | |
| set -x
 | |
| 
 | |
| coverage run -m pytest tests
 | |
| coverage combine
 | |
| coverage report
 | |
| coverage html
 |