Adding htmlcov/ directory to gitignore.
This directory is HTML output generated by $ coverage html and can be used to find things such as branch misses in tests.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,6 +15,7 @@ docs/_build
|
|||||||
.coverage
|
.coverage
|
||||||
coverage.xml
|
coverage.xml
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
# Files with private / local data
|
# Files with private / local data
|
||||||
scripts/local_test_setup
|
scripts/local_test_setup
|
||||||
|
|||||||
Reference in New Issue
Block a user