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
|
||||
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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
12grains6x7x8.material.yaml
|
Loading…
Reference in New Issue