From 8b660f4232da640cf8523237d662f910cdd1e42f Mon Sep 17 00:00:00 2001 From: Jithu Murugan <j.murugan@fz-juelich.de> Date: Fri, 21 Feb 2025 10:55:49 +0100 Subject: [PATCH] - Disabled coverage to see if the tests succeed alone --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30281cc..3adf36d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ testing-pytest-coverage: - chmod +x dedal/utils/bootstrap.sh - ./dedal/utils/bootstrap.sh - pip install -e .[test] - - coverage run -m pytest -s --tb=short ./dedal/tests/ && coverage html -i -d htmlcov + - pytest ./dedal/tests/ -s --junitxml=test-results.xml artifacts: when: always reports: -- GitLab