Skip to content
Snippets Groups Projects
Commit e754af0d authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Remove coverage artifact handling

parent c3615d04
No related branches found
No related tags found
1 merge request!19Remove the test suite
...@@ -147,15 +147,8 @@ jobs: ...@@ -147,15 +147,8 @@ jobs:
- run: - run:
name: "Prepare Artifacts for Upload" name: "Prepare Artifacts for Upload"
command: | 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 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: - store_artifacts:
# This contains the html haddock output for the project. # This contains the html haddock output for the project.
path: "/tmp/PaymentServer-docs" path: "/tmp/PaymentServer-docs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment