show coverage details

This commit is contained in:
Martin Diehl 2022-11-10 09:52:58 +01:00
parent 26284ba2df
commit a98c1b3cc5
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ pytest:
stage: python
script:
- cd python
- pytest --basetemp ${TESTROOT}/python -v --cov --cov-report=term
- coverage report --fail-under=90
- pytest --basetemp ${TESTROOT}/python -v --cov
- coverage report --fail-under=90 --show-missing
mypy:
stage: python