Skip to content

Commit 6bb588e

Browse files
committed
Make the detailed report available
1 parent 9c61aaf commit 6bb588e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
# Build with --coverage to ratchet our test coverage.
6969
name: Tests
7070
command: STACK_YAML=stack-8.2.yaml stack test --skip-ghc-check --no-terminal --pedantic --coverage
71+
- store_artifacts:
72+
path: /root/project/.stack-work/install/x86_64-linux/lts-10.4/8.2.2/hpc
7173
- run:
7274
# There's probably a clever way of separating this from the 8.2 build,
7375
# but I can't be bothered figuring that out right now.

0 commit comments

Comments
 (0)