From e754af0d76efc480402162c5ad8dd1d46404de10 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 11 Sep 2019 15:22:55 -0400
Subject: [PATCH] Remove coverage artifact handling

---
 .circleci/config.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1e1212a..62a6fc8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -147,15 +147,8 @@ jobs:
       - run:
           name: "Prepare Artifacts for Upload"
           command: |
-            mv $(nix-shell shell.nix --run "stack path --local-hpc-root") /tmp
             mv $(nix-shell shell.nix --run "stack path --local-doc-root")/PaymentServer-* /tmp/PaymentServer-docs
 
-      - store_artifacts:
-          # This contains the html coverage report as well as the raw data in
-          # .tix format.
-          path: "/tmp/hpc"
-          destination: "coverage"
-
       - store_artifacts:
           # This contains the html haddock output for the project.
           path: "/tmp/PaymentServer-docs"
-- 
GitLab