Codecov task must first install all requirements.

This commit is contained in:
2020-02-18 21:24:48 +01:00
parent e4b3243a56
commit 9ef175b715

View File

@@ -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