Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ authored Apr 29, 2020
1 parent ca8334e commit ef1d849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .haskell/coverage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ $(WORKDIR)/draft.overlay: $(HPC_ROOT)/combined/custom/custom.tix
stack exec hpc -- draft --hpcdir=$(HPC_DIR) --srcdir=$(SRC_DIR) $< | sed "s/module \".*:/module \"/g" > $@

$(HPC_ROOT)/combined/custom/custom.tix:
stack test --no-terminal --coverage --haddock --no-haddock-deps
stack clean
stack test --no-terminal --coverage
stack hpc report --all

0 comments on commit ef1d849

Please sign in to comment.