Ver código fonte

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 anos atrás
pai
commit
0df8ab0dcf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      Python.gitignore

+ 1
- 0
Python.gitignore Ver arquivo

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

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

Carregando…
Cancelar
Salvar