diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62acc4b9c..c322b57d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,7 +96,8 @@ processing: stage: python script: - cd $DAMASKROOT/python - - pytest --basetemp=${TESTROOT}/python -v + - pytest --basetemp=${TESTROOT}/python -v --cov --cov-report=term + - coverage report --fail-under=90 except: - master - release @@ -108,7 +109,6 @@ preprocessing_deprecated: except: - master - release - - release ################################################################################################### compile_grid_Intel: