We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f293def commit 42c714aCopy full SHA for 42c714a
script/jenkins/ci_night/Jenkinsfile
@@ -21,7 +21,9 @@ pipeline {
21
sh '''#!/bin/bash
22
export PATH=$PATH:$CONDAPATH
23
source activate climada_env
24
- python -m coverage run tests_runner.py integ
+ python -m coverage run --parallel-mode --concurrency=multiprocessing tests_runner.py unit
25
+ python -m coverage run --parallel-mode --concurrency=multiprocessing tests_runner.py integ
26
+ python -m coverage combine
27
python -m coverage xml -o coverage.xml
28
python -m coverage html -d coverage'''
29
}
0 commit comments