From a7fc061b6fa4c98589e96fdd677110d62f1b0e74 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Fri, 18 Oct 2024 11:05:17 +0200 Subject: [PATCH] try to fix coverage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e90cf82..c76f573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ 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 --cov-report term --cov=src/pystencilssfg + - pytest -v --cov-report html --cov-report xml:coverage.xml --cov-report term --cov=src/pystencilssfg artifacts: when: always paths: -- GitLab