mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Change path to unit tests coverage report
This commit is contained in:
parent
cad0a84946
commit
a7dea88063
|
@ -1,3 +1,6 @@
|
|||
[run]
|
||||
include = dependency_injector/*
|
||||
omit = tests/*
|
||||
|
||||
[html]
|
||||
directory=reports/unittests/
|
||||
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user