show coverage details
This commit is contained in:
parent
26284ba2df
commit
a98c1b3cc5
|
@ -74,8 +74,8 @@ pytest:
|
||||||
stage: python
|
stage: python
|
||||||
script:
|
script:
|
||||||
- cd python
|
- cd python
|
||||||
- pytest --basetemp ${TESTROOT}/python -v --cov --cov-report=term
|
- pytest --basetemp ${TESTROOT}/python -v --cov
|
||||||
- coverage report --fail-under=90
|
- coverage report --fail-under=90 --show-missing
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
stage: python
|
stage: python
|
||||||
|
|
Loading…
Reference in New Issue