Skip to content
Snippets Groups Projects
Commit 23ac1ddf authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add fail threshold

parent 4eee0acb
No related branches found
No related tags found
No related merge requests found
[run]
concurrency=multiprocessing,thread
\ No newline at end of file
......@@ -5,6 +5,9 @@ envlist = py36
exclude = venv,.tox
max-line-length = 120
[coverage:run]
concurrency = multiprocessing,thread
[testenv]
deps =
pytest-xdist
......@@ -14,6 +17,6 @@ deps =
commands =
coverage erase
pytest -n auto --cov brian_dashboard_manager --cov-report html --cov-report xml --cov-report term -p no:checkdocs
pytest -n auto --cov brian_dashboard_manager --cov-fail-under=80 --cov-report html --cov-report xml --cov-report term -p no:checkdocs
flake8
sphinx-build -M html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment