fail with error for test coverage below 90%
currently, 94% of the statements in the python library are tested
This commit is contained in:
parent
6fffad0316
commit
0d3a1b120c
|
@ -96,7 +96,8 @@ processing:
|
||||||
stage: python
|
stage: python
|
||||||
script:
|
script:
|
||||||
- cd $DAMASKROOT/python
|
- cd $DAMASKROOT/python
|
||||||
- pytest --basetemp=${TESTROOT}/python -v
|
- pytest --basetemp=${TESTROOT}/python -v --cov --cov-report=term
|
||||||
|
- coverage report --fail-under=90
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
@ -108,7 +109,6 @@ preprocessing_deprecated:
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
- release
|
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
compile_grid_Intel:
|
compile_grid_Intel:
|
||||||
|
|
Loading…
Reference in New Issue