Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
db2791b7
Commit
db2791b7
authored
Jan 20, 2018
by
Martin Reinecke
Browse files
adjust coverage tests
parent
194138c4
Pipeline
#23869
passed with stage
in 4 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
db2791b7
...
...
@@ -16,11 +16,10 @@ before_script:
test_min
:
stage
:
test
script
:
-
python setup.py install --user -f
-
python3 setup.py install --user -f
-
nosetests
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x
#
- python setup.py install --user -f
#
- python3 setup.py install --user -f
-
nosetests
-x --with-coverage --cover-package=nifty4 --cover-branches
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x
--with-coverage --cover-package=nifty4 --cover-branches
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -x
-
nosetests3 -x --with-coverage --cover-package=nifty2go --cover-branches
-
>
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment