Skip to content

Commit

Permalink
REV: Revert "TST: Enable multiprocessing test coverage"
Browse files Browse the repository at this point in the history
This reverts commit 20f2718.
  • Loading branch information
cortadocodes committed Feb 15, 2022
1 parent 832d5e3 commit cd8efc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ omit =
venv/*
tests/*
*/tests/*

concurrency = multiprocessing
parallel = True
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/gateway
commands =
coverage run --source data_gateway -m unittest discover
coverage combine
coverage report --show-missing
coverage xml
deps = -r requirements-dev.txt

0 comments on commit cd8efc8

Please sign in to comment.