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