fix: install codecov before running command

This commit is contained in:
2021-07-03 19:06:37 +02:00
parent 0b22df4f0a
commit 69991340e6

View File

@@ -19,6 +19,6 @@ steps:
image: python:3.8
commands:
- python setup.py install
- pip install pytest coverage
- pip install pytest coverage codecov
- coverage run -m pytest
- codecov -t $CODECOV_TOKEN