fail with error for test coverage below 90%

currently, 94% of the statements in the python library are tested
This commit is contained in:
Martin Diehl 2021-03-27 10:55:22 +01:00
parent 6fffad0316
commit 0d3a1b120c
1 changed files with 2 additions and 2 deletions

View File

@ -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: