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

Commit

Permalink
cleanup before computing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Apr 30, 2020
1 parent ef1d849 commit ed851da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .haskell/coverage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +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 clean
stack clean && rm -f *.tix
stack test --no-terminal --coverage
stack hpc report --all

0 comments on commit ed851da

Please sign in to comment.