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]
include = dependency_injector/*
omit = tests/*
[html]
directory=reports/unittests/

5
.gitignore vendored
View File

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