mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Don't install unused and deleted codecov
This commit is contained in:
		
							parent
							
								
									d1f4917eb4
								
							
						
					
					
						commit
						2d216d3d3d
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# gather the coverage data
 | 
					# gather the coverage data
 | 
				
			||||||
python3 -m pip install codecov
 | 
					python3 -m pip install coverage
 | 
				
			||||||
if [[ $MATRIX_DOCKER ]]; then
 | 
					if [[ $MATRIX_DOCKER ]]; then
 | 
				
			||||||
  python3 -m coverage xml --ignore-errors
 | 
					  python3 -m coverage xml --ignore-errors
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user