From a14885b92ef9381ee3d0773e72ca468b0cec8491 Mon Sep 17 00:00:00 2001 From: JanHab <jan.habscheid@rwth-aachen.de> Date: Tue, 11 Feb 2025 12:12:19 +0100 Subject: [PATCH] Update artifacts for storage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90cd721..4df2e31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ test: - pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage artifacts: paths: - - coverage.xml # Save the coverage report + - htmlcov # Save the coverage report expire_in: 12 month # Optional: Set how long to keep the artifacts (default: 30 days) coverage: '/^TOTAL.*\s+(\d+\%)$/' -- GitLab