diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 415bd85c53cfba7f021240c1e7734aa0a9a47cce..d79520f54de8b5db90bf780d6d0db19fadd12c64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,9 +39,9 @@ test_serial: script: - pytest-3 -q --cov=nifty5 test - > - python3 -m coverage report --omit "*plotting*,*distributed_do*" + python3 -m coverage report --omit "*plot*,*distributed_do*" - > - python3 -m coverage report --omit "*plotting*,*distributed_do*" | grep TOTAL | awk '{ print "TOTAL: "$4; }' + python3 -m coverage report --omit "*plot*,*distributed_do*" | grep TOTAL | awk '{ print "TOTAL: "$4; }' test_mpi: stage: test