Skip to content
GitLab
Menu
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
ce9af91f
Commit
ce9af91f
authored
May 13, 2018
by
Martin Reinecke
Browse files
coverage experiment
parent
fc900710
Pipeline
#29038
failed with stages
in 3 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ce9af91f
...
...
@@ -33,8 +33,8 @@ 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-erase 2> /dev/null
-
nosetests -q --with-coverage --cover-package=nifty4 2> /dev/null
-
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-branches
2> /dev/null
-
>
coverage report --omit "*plotting*"
-
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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