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
40c14b1c
Commit
40c14b1c
authored
May 13, 2018
by
Martin Reinecke
Browse files
coverage experiment
parent
1fab9f47
Pipeline
#29040
passed with stages
in 4 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
40c14b1c
...
...
@@ -33,12 +33,12 @@ test_python2_with_coverage:
stage
:
test
script
:
-
python setup.py install --user -f
-
mpiexec -n 2 --bind-to none nosetests -q
--with-coverage --cover-package=nifty4 --cover-branches --cover-erase
2> /dev/null
-
nosetests -q --with-coverage --cover-package=nifty4 --cover-
b
ra
nche
s
-
mpiexec -n 2 --bind-to none nosetests -q 2> /dev/null
-
nosetests -q --with-coverage --cover-package=nifty4 --cover-
e
ras
e
-
>
coverage report --omit "*plotting*"
coverage report --omit "*plotting*
,*distributed_do*
"
-
>
coverage report --omit "*plotting*" | grep TOTAL | awk '{ print "TOTAL: "$6; }'
coverage report --omit "*plotting*
,*distributed_do*
" | grep TOTAL | awk '{ print "TOTAL: "$6; }'
test_python3
:
stage
:
test
...
...
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