mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
disable parallel unittests due to coverage issue
This commit is contained in:
4
tests.sh
4
tests.sh
@@ -34,8 +34,8 @@ export COVERAGE_FILE="${cur}/.coverage"
|
||||
|
||||
# execute tests with coverage
|
||||
if [ -z ${GITHUB_WORKFLOW} ]; then
|
||||
#PYTHONPATH="dotdrop" ${nosebin} --processes=0 --with-coverage --cover-package=dotdrop
|
||||
PYTHONPATH="dotdrop" ${nosebin} -s --processes=-1 --with-coverage --cover-package=dotdrop
|
||||
PYTHONPATH="dotdrop" ${nosebin} --processes=0 --with-coverage --cover-package=dotdrop
|
||||
#PYTHONPATH="dotdrop" ${nosebin} -s --processes=-1 --with-coverage --cover-package=dotdrop
|
||||
else
|
||||
PYTHONPATH="dotdrop" ${nosebin} --processes=-1 --with-coverage --cover-package=dotdrop
|
||||
#PYTHONPATH="dotdrop" ${nosebin} --processes=0 --with-coverage --cover-package=dotdrop
|
||||
|
||||
Reference in New Issue
Block a user