This commit is contained in:
Martin Diehl 2021-04-04 14:07:50 +02:00
parent 445e934102
commit 194b0386c5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ processing:
stage: python
script:
- cd $DAMASKROOT/python
- COLUMS=256 pytest --basetemp=${TESTROOT}/python -v --cov --cov-report=term
- COLUMNS=256 pytest --basetemp=${TESTROOT}/python -v --cov --cov-report=term
- coverage report --fail-under=90
except:
- master