From 26284ba2dfc393797c8be4890150b786221c800e Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 10 Nov 2022 09:37:16 +0100 Subject: [PATCH 1/2] accidentally added --- python/tests/reference/Result/material.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 120000 python/tests/reference/Result/material.yaml diff --git a/python/tests/reference/Result/material.yaml b/python/tests/reference/Result/material.yaml deleted file mode 120000 index 6bcb65e61..000000000 --- a/python/tests/reference/Result/material.yaml +++ /dev/null @@ -1 +0,0 @@ -12grains6x7x8.material.yaml \ No newline at end of file From a98c1b3cc5f0704c1f224226817f0b0de6331593 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 10 Nov 2022 09:52:58 +0100 Subject: [PATCH 2/2] show coverage details --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 735335391..2fa92038f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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