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

add fail threshold

parent 4eee0acb
Branches
Tags
No related merge requests found
[run]
concurrency=multiprocessing,thread
\ No newline at end of file
...@@ -5,6 +5,9 @@ envlist = py36 ...@@ -5,6 +5,9 @@ envlist = py36
exclude = venv,.tox exclude = venv,.tox
max-line-length = 120 max-line-length = 120
[coverage:run]
concurrency = multiprocessing,thread
[testenv] [testenv]
deps = deps =
pytest-xdist pytest-xdist
...@@ -14,6 +17,6 @@ deps = ...@@ -14,6 +17,6 @@ deps =
commands = commands =
coverage erase 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 flake8
sphinx-build -M html docs/source docs/build 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