Skip to content

Commit 0df8ab0

Browse files
committed
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
1 parent fcce3b8 commit 0df8ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pip-log.txt
2727
pip-delete-this-directory.txt
2828

2929
# Unit test / coverage reports
30+
htmlcov/
3031
.tox/
3132
.coverage
3233
.cache

0 commit comments

Comments
 (0)