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
409244a8
Commit
409244a8
authored
Aug 02, 2018
by
Martin Reinecke
Browse files
tweak coverage tests ... again
parent
83b0eccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
409244a8
...
...
@@ -37,12 +37,12 @@ build_docker_from_scratch:
test_python2_with_coverage
:
stage
:
test
script
:
-
mpiexec -n 2 --bind-to none pytest -q
--cov=nifty5
test 2> /dev/null
-
pytest -q --cov=nifty5
--cov-append
test
-
mpiexec -n 2 --bind-to none pytest -q test 2> /dev/null
-
pytest -q --cov=nifty5 test
-
>
python -m coverage report --omit "*plotting*"
python -m coverage report --omit "*plotting*
,*distributed_do*
"
-
>
python -m coverage report --omit "*plotting*" | grep TOTAL | awk '{ print "TOTAL: "$4; }'
python -m coverage report --omit "*plotting*
,*distributed_do*
" | grep TOTAL | awk '{ print "TOTAL: "$4; }'
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