Codecov task must first install all requirements.
This commit is contained in:
		@@ -28,6 +28,7 @@ steps:
 | 
				
			|||||||
    CODECOV_TOKEN:
 | 
					    CODECOV_TOKEN:
 | 
				
			||||||
      from_secret: CODECOV_TOKEN
 | 
					      from_secret: CODECOV_TOKEN
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
 | 
					  - pip install -r requirements.txt
 | 
				
			||||||
  - py.test --cov-report=xml --cov=src test
 | 
					  - py.test --cov-report=xml --cov=src test
 | 
				
			||||||
  - pip install codecov
 | 
					  - pip install codecov
 | 
				
			||||||
  - codecov -t   
 | 
					  - codecov -t   
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user