add coverage reporting

This commit is contained in:
Job Evers-Meltzer 2016-10-30 15:44:45 -05:00
parent 9baf261cb3
commit ff9ea37e0c

View file

@ -38,9 +38,10 @@ rm get-pip.py
pip install -r requirements.txt pip install -r requirements.txt
pip install mock pylint pip install mock pylint coveralls
trial tests # have to do `which trial` instead of simply trial because coverage needs the full path
# TODO: submit coverage report to coveralls coverage run --source=lbrynet `which trial` tests
coveralls
# Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73 # Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73
# TODO: as code quality improves, make pylint be more strict # TODO: as code quality improves, make pylint be more strict