Skip to content

Commit

Permalink
make Makefile coverage removal more precise
Browse files Browse the repository at this point in the history
review comments from @hannesm in mirage#7
  • Loading branch information
avsm committed Jan 10, 2019
1 parent c4a21c8 commit abb584c
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 @@ -13,7 +13,7 @@ clean:

COVERAGE=_build/default/_coverage
coverage :
find . -name 'bisect*.out' | xargs rm -f
find _build/default/test -name 'bisect*.out' | xargs rm -f
BISECT_ENABLE=yes dune runtest --no-buffer -j 1 --force
@bisect-ppx-report \
-I _build/default/ -html $(COVERAGE)/ \
Expand Down

0 comments on commit abb584c

Please sign in to comment.