Commit 0df8ab0d authored by hugovk's avatar hugovk

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
parent fcce3b8d
...@@ -27,6 +27,7 @@ pip-log.txt ...@@ -27,6 +27,7 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/
.tox/ .tox/
.coverage .coverage
.cache .cache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment