mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
move coverage settings into setup.cfg
This commit is contained in:
parent
414d2dbc96
commit
c4700d0e10
@ -1,9 +0,0 @@
|
|||||||
[run]
|
|
||||||
source = ./InvenTree
|
|
||||||
omit =
|
|
||||||
InvenTree/manage.py
|
|
||||||
InvenTree/setup.py
|
|
||||||
InvenTree/InvenTree/middleware.py
|
|
||||||
InvenTree/InvenTree/utils.py
|
|
||||||
InvenTree/InvenTree/wsgi.py
|
|
||||||
InvenTree/users/apps.py
|
|
10
setup.cfg
10
setup.cfg
@ -14,3 +14,13 @@ ignore =
|
|||||||
N812,
|
N812,
|
||||||
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,*ci_*.py*
|
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,*ci_*.py*
|
||||||
max-complexity = 20
|
max-complexity = 20
|
||||||
|
|
||||||
|
[coverage:run]
|
||||||
|
source = ./InvenTree
|
||||||
|
omit =
|
||||||
|
InvenTree/manage.py
|
||||||
|
InvenTree/setup.py
|
||||||
|
InvenTree/InvenTree/middleware.py
|
||||||
|
InvenTree/InvenTree/utils.py
|
||||||
|
InvenTree/InvenTree/wsgi.py
|
||||||
|
InvenTree/users/apps.py
|
||||||
|
Loading…
Reference in New Issue
Block a user