Change path to unit tests coverage report

This commit is contained in:
Roman Mogilatov 2016-10-31 00:00:19 +02:00
parent cad0a84946
commit a7dea88063
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,6 @@
[run] [run]
include = dependency_injector/* include = dependency_injector/*
omit = tests/* omit = tests/*
[html]
directory=reports/unittests/

5
.gitignore vendored
View File

@ -33,7 +33,7 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/ reports/
.tox/ .tox/
.coverage .coverage
.cache .cache
@ -62,8 +62,5 @@ venv/
# SQLite # SQLite
*.db *.db
# JointJS Experiments
jointjs/
# Vim Rope # Vim Rope
.ropeproject/ .ropeproject/