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