浏览代码

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
pull/983/head
hugovk 10 年前
父节点
当前提交
0df8ab0dcf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Python.gitignore

+ 1
- 0
Python.gitignore 查看文件

@@ -27,6 +27,7 @@ pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache

正在加载...
取消
保存