소스 검색

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

Loading…
취소
저장