Ignore coverage results

coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io)
http://nedbatchelder.com/code/coverage/
https://pypi.python.org/pypi/coverage
This commit is contained in:
hugovk 2014-03-06 10:07:26 +02:00
parent fcce3b8de0
commit 0df8ab0dcf
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache