fix: install coverage before running command
This commit is contained in:
@@ -19,6 +19,6 @@ steps:
|
|||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- pip install pytest
|
- pip install pytest coverage
|
||||||
- coverage run -m pytest
|
- coverage run -m pytest
|
||||||
- codecov -t $CODECOV_TOKEN
|
- codecov -t $CODECOV_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user