add --cov to builds
This commit is contained in:
parent
e00c4dd6e0
commit
aa242fb378
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ install:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
|
|
||||||
script: pipenv run python -m pytest
|
script: pipenv run python -m pytest --cov=./
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
@ -19,7 +19,7 @@ test_script:
|
||||||
# Note that you must use the environment variable %PYTHON% to refer to
|
# Note that you must use the environment variable %PYTHON% to refer to
|
||||||
# the interpreter you're using - Appveyor does not do anything special
|
# the interpreter you're using - Appveyor does not do anything special
|
||||||
# to put the Python version you want to use on PATH.
|
# to put the Python version you want to use on PATH.
|
||||||
- "pipenv run python -m pytest"
|
- "pipenv run python -m pytest --cov=./"
|
||||||
|
|
||||||
after_succss:
|
after_succss:
|
||||||
- codecov
|
- codecov
|
||||||
Loading…
Add table
Add a link
Reference in a new issue