Skip to content
Snippets Groups Projects
Commit ce9af91f authored by Martin Reinecke's avatar Martin Reinecke
Browse files

coverage experiment

parent fc900710
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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*"
- >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment