From 87aceceb8bcd348db6bc9f36c1de33e44378aba7 Mon Sep 17 00:00:00 2001 From: JanHab <jan.habscheid@rwth-aachen.de> Date: Tue, 11 Feb 2025 12:10:54 +0100 Subject: [PATCH] Update coverage to generate html --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15763ec..90cd721 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ test: - docker script: # - python -m pytest # Run the tests - - pytest --cov=fxdgm --cov-report=xml --cov-report=term-missing tests/ # Run the tests and store coverage + - pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage artifacts: paths: - coverage.xml # Save the coverage report -- GitLab