Skip to content

Commit

Permalink
Clarify Makefile coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Aug 15, 2019
1 parent 507a4fd commit 33e40c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ coverage : clean
dune runtest --no-buffer -j 1
bisect-ppx-report \
-I _build/default/ --html $(COVERAGE)/ --text - --summary-only \
_build/default/test/bisect*.out _build/default/test/*/bisect*.out
`find _build -name '*.out'`
@echo See $(COVERAGE)/index.html

.PHONY : performance-test
Expand Down

0 comments on commit 33e40c4

Please sign in to comment.