From f6893443997050340fb0800dd2739efcadb562f6 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Fri, 18 Oct 2024 11:10:34 +0200 Subject: [PATCH] try to fix coverage, pt. 2 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c76f573..87c828a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,8 @@ testsuite: - pip install "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev" - pip install -e . script: - - pytest -v --cov-report html --cov-report xml:coverage.xml --cov-report term --cov=src/pystencilssfg + - pytest -v --cov-report html --cov-report term --cov=src/pystencilssfg + - coverage xml # need to run separately for gitlab to parse artifacts: when: always paths: -- GitLab