diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e1212ac38ae5ec22ca1779fa7b15b12fddce3eb..62a6fc8216e95d6a075878026a45dc18820aa56b 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"