add coverage reporting
This commit is contained in:
parent
9baf261cb3
commit
ff9ea37e0c
1 changed files with 4 additions and 3 deletions
|
@ -38,9 +38,10 @@ rm get-pip.py
|
|||
|
||||
pip install -r requirements.txt
|
||||
|
||||
pip install mock pylint
|
||||
trial tests
|
||||
# TODO: submit coverage report to coveralls
|
||||
pip install mock pylint coveralls
|
||||
# have to do `which trial` instead of simply trial because coverage needs the full path
|
||||
coverage run --source=lbrynet `which trial` tests
|
||||
coveralls
|
||||
|
||||
# Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73
|
||||
# TODO: as code quality improves, make pylint be more strict
|
||||
|
|
Loading…
Reference in a new issue