mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fixes all Python versions uploading to Codecov
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -161,7 +161,7 @@ jobs: | |||||||
|           pipenv --python ${{ steps.setup-python.outputs.python-version }} run pytest -ra |           pipenv --python ${{ steps.setup-python.outputs.python-version }} run pytest -ra | ||||||
|       - |       - | ||||||
|         name: Upload coverage to Codecov |         name: Upload coverage to Codecov | ||||||
|         if: matrix.python-version == ${{ env.DEFAULT_PYTHON_VERSION }} |         if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }} | ||||||
|         uses: codecov/codecov-action@v3 |         uses: codecov/codecov-action@v3 | ||||||
|         with: |         with: | ||||||
|           # not required for public repos, but intermittently fails otherwise |           # not required for public repos, but intermittently fails otherwise | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trenton H
					Trenton H