Merge branch 'coverage-report' into 'development'
improved coverage report See merge request damask/DAMASK!648
This commit is contained in:
commit
5bb31dd4d2
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
12grains6x7x8.material.yaml
|
|
Loading…
Reference in New Issue