]> source.dussan.org Git - gitignore.git/commitdiff
Ignore coverage results 983/head
authorhugovk <hugovk@users.noreply.github.com>
Thu, 6 Mar 2014 08:07:26 +0000 (10:07 +0200)
committerhugovk <hugovk@users.noreply.github.com>
Thu, 6 Mar 2014 08:07:26 +0000 (10:07 +0200)
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

Python.gitignore

index 76f2a469a62b6d8b8ecd50b3c166576bec65cdcb..51cbe85254929af8fd49313f8a53a5e2fdab1347 100644 (file)
@@ -27,6 +27,7 @@ pip-log.txt
 pip-delete-this-directory.txt
 
 # Unit test / coverage reports
+htmlcov/
 .tox/
 .coverage
 .cache