From 9e94ac059d9897687460bf63b6ca73c685071dc7 Mon Sep 17 00:00:00 2001 From: "Andy K. Massimino" Date: Sun, 3 Oct 2021 22:11:49 -0400 Subject: [PATCH] Fix htmlcov artifact --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6927f5d..8e96b3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,8 @@ coverage: artifacts: reports: cobertura: ./test/new/coverage.xml + paths: + - ./test/new/htmlcov pages: stage: deploy