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

upload the html coverage report

parent f0658534
No related branches found
No related tags found
Loading
......@@ -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:
......
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