mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Merge pull request #8041 from radarhere/codecov
This commit is contained in:
		
						commit
						8246673fe3
					
				
							
								
								
									
										4
									
								
								.github/workflows/test-cygwin.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-cygwin.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -55,6 +55,7 @@ jobs:
 | 
			
		|||
          packages: >
 | 
			
		||||
            gcc-g++
 | 
			
		||||
            ghostscript
 | 
			
		||||
            git
 | 
			
		||||
            ImageMagick
 | 
			
		||||
            jpeg
 | 
			
		||||
            libfreetype-devel
 | 
			
		||||
| 
						 | 
				
			
			@ -132,11 +133,12 @@ jobs:
 | 
			
		|||
          bash.exe .ci/after_success.sh
 | 
			
		||||
 | 
			
		||||
      - name: Upload coverage
 | 
			
		||||
        uses: codecov/codecov-action@v3.1.5
 | 
			
		||||
        uses: codecov/codecov-action@v4
 | 
			
		||||
        with:
 | 
			
		||||
          file: ./coverage.xml
 | 
			
		||||
          flags: GHA_Cygwin
 | 
			
		||||
          name: Cygwin Python 3.${{ matrix.python-minor-version }}
 | 
			
		||||
          token: ${{ secrets.CODECOV_ORG_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  success:
 | 
			
		||||
    permissions:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								.github/workflows/test-docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-docker.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -100,11 +100,12 @@ jobs:
 | 
			
		|||
        MATRIX_DOCKER: ${{ matrix.docker }}
 | 
			
		||||
 | 
			
		||||
    - name: Upload coverage
 | 
			
		||||
      uses: codecov/codecov-action@v3.1.5
 | 
			
		||||
      uses: codecov/codecov-action@v4
 | 
			
		||||
      with:
 | 
			
		||||
        flags: GHA_Docker
 | 
			
		||||
        name: ${{ matrix.docker }}
 | 
			
		||||
        gcov: true
 | 
			
		||||
        token: ${{ secrets.CODECOV_ORG_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  success:
 | 
			
		||||
    permissions:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								.github/workflows/test-mingw.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-mingw.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -85,8 +85,9 @@ jobs:
 | 
			
		|||
          python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
 | 
			
		||||
 | 
			
		||||
      - name: Upload coverage
 | 
			
		||||
        uses: codecov/codecov-action@v3.1.5
 | 
			
		||||
        uses: codecov/codecov-action@v4
 | 
			
		||||
        with:
 | 
			
		||||
          file: ./coverage.xml
 | 
			
		||||
          flags: GHA_Windows
 | 
			
		||||
          name: "MSYS2 MinGW"
 | 
			
		||||
          token: ${{ secrets.CODECOV_ORG_TOKEN }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -213,11 +213,12 @@ jobs:
 | 
			
		|||
      shell: pwsh
 | 
			
		||||
 | 
			
		||||
    - name: Upload coverage
 | 
			
		||||
      uses: codecov/codecov-action@v3.1.5
 | 
			
		||||
      uses: codecov/codecov-action@v4
 | 
			
		||||
      with:
 | 
			
		||||
        file: ./coverage.xml
 | 
			
		||||
        flags: GHA_Windows
 | 
			
		||||
        name: ${{ runner.os }} Python ${{ matrix.python-version }}
 | 
			
		||||
        token: ${{ secrets.CODECOV_ORG_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  success:
 | 
			
		||||
    permissions:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -150,11 +150,12 @@ jobs:
 | 
			
		|||
        .ci/after_success.sh
 | 
			
		||||
 | 
			
		||||
    - name: Upload coverage
 | 
			
		||||
      uses: codecov/codecov-action@v3.1.5
 | 
			
		||||
      uses: codecov/codecov-action@v4
 | 
			
		||||
      with:
 | 
			
		||||
        flags: ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
 | 
			
		||||
        name: ${{ matrix.os }} Python ${{ matrix.python-version }}
 | 
			
		||||
        gcov: true
 | 
			
		||||
        token: ${{ secrets.CODECOV_ORG_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  success:
 | 
			
		||||
    permissions:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user