add --cov to builds

This commit is contained in:
Brian Martin 2019-06-05 00:15:26 -04:00
parent e00c4dd6e0
commit aa242fb378
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ install:
- pip install pipenv
- pipenv install --dev
script: pipenv run python -m pytest
script: pipenv run python -m pytest --cov=./
after_success:
- codecov