htmlcov/
.idea/
mydatabase
+.DS_Store
[testenv]
deps = -r{toxinidir}/requirements.txt
-commands = coverage run --branch manage.py test newton
- coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov
-
+commands =
+ coverage run --branch manage.py test
+ coverage report --omit=".tox/*,*tests*,*__init__.py" --fail-under=30
setenv =
PYTHONPATH = {toxinidir}/../newton
deps = -r{toxinidir}/requirements.txt
-commands = coverage run --branch manage.py test ocata
- coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov
+commands =
+ coverage run --branch manage.py test
+ coverage report --omit=".tox/*,*tests*,*__init__.py,*newton*" --fail-under=30
setenv =
PYTHONPATH = {toxinidir}/../newton
deps = -r{toxinidir}/requirements.txt
-commands = coverage run --branch manage.py test titanium_cloud
- coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov
-
+commands =
+ coverage run --branch manage.py test titanium_cloud
+ coverage report --omit=".tox/*,*tests*,*__init__.py,*newton*" --fail-under=30