mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	use .ci/test.sh in test-mingw.yml
This commit is contained in:
		
							parent
							
								
									8fa5ba8443
								
							
						
					
					
						commit
						be3192ecd4
					
				| 
						 | 
					@ -4,4 +4,4 @@ set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
python3 -c "from PIL import Image"
 | 
					python3 -c "from PIL import Image"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests $REVERSE
 | 
					python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										3
									
								
								.github/workflows/test-mingw.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-mingw.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -80,8 +80,7 @@ jobs:
 | 
				
			||||||
      - name: Test Pillow
 | 
					      - name: Test Pillow
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          python3 selftest.py --installed
 | 
					          python3 selftest.py --installed
 | 
				
			||||||
          python3 -c "from PIL import Image"
 | 
					          .ci/test.sh
 | 
				
			||||||
          python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Upload coverage
 | 
					      - name: Upload coverage
 | 
				
			||||||
        uses: codecov/codecov-action@v4
 | 
					        uses: codecov/codecov-action@v4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user