Skip to content

Commit

Permalink
[#213] Change coveralls concurrency to thread,gevent
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Oct 10, 2022
1 parent 690b463 commit c8b2760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/requirements.txt
Expand Up @@ -32,3 +32,4 @@ numpy==1.22.1
pandas==1.4.0
coveralls==3.3.1
inquirer==2.9.2
gevent==22.8.0
2 changes: 1 addition & 1 deletion backend/test.sh
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

echo "Running tests"
COVERAGE_PROCESS_START=./.coveragerc \
coverage run --parallel-mode --concurrency=multiprocessing --rcfile=./.coveragerc \
coverage run --parallel-mode --concurrency=thread,gevent --rcfile=./.coveragerc \
/usr/local/bin/pytest -vvv -rP

echo "Coverage"
Expand Down

0 comments on commit c8b2760

Please sign in to comment.