From 224677bc5d7d2ddd6a1943399962878cc071ba02 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 10 Sep 2019 16:53:59 -0400 Subject: [PATCH] upload the html coverage report --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8110182..90cdddb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,6 +64,15 @@ jobs: - store_artifacts: path: ".stack-work/logs" + - run: + name: "Prepare Coverage Report For Upload" + command: | + mv $(stack path --local-install-root)/hpc /tmp + + - store_artifacts: + path: "/tmp/hpc" + destination: "coverage" + workflows: version: 2 everything: -- GitLab