Revert "ci: codecov: use `--retry-connrefused` with curl"
Not known with `curl` on Travis at least.
Reverts https://github.com/pytest-dev/pytest/pull/6573.
This reverts commit df1f43ee28.
			
			
This commit is contained in:
		
							parent
							
								
									eb5e651d7e
								
							
						
					
					
						commit
						864338de71
					
				| 
						 | 
				
			
			@ -14,5 +14,5 @@ python -m coverage combine
 | 
			
		|||
python -m coverage xml
 | 
			
		||||
python -m coverage report -m
 | 
			
		||||
# Set --connect-timeout to work around https://github.com/curl/curl/issues/4461
 | 
			
		||||
curl -S -L --connect-timeout 5 --retry 6 --retry-connrefused -s https://codecov.io/bash -o codecov-upload.sh
 | 
			
		||||
curl -S -L --connect-timeout 5 --retry 6 -s https://codecov.io/bash -o codecov-upload.sh
 | 
			
		||||
bash codecov-upload.sh -Z -X fix -f coverage.xml "$@"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue