Skip to content

Commit

Permalink
Merge pull request #998 from MisterDA/remove-luv
Browse files Browse the repository at this point in the history
Don't run removed tests of libuv backend
  • Loading branch information
raphael-proust authored Jul 25, 2023
2 parents f83bcf3 + 0e22bae commit 75e479e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ coverage :
rm -rf _build/default/test/ppx_expect
find _build -name '*.coverage' | xargs rm -f
BISECT_ENABLE=yes dune runtest --force
BISECT_ENABLE=yes dune build @runtest_libuv --force
bisect-ppx-report html $(EXPECTED_FILES)
bisect-ppx-report summary
@echo See _coverage/index.html

0 comments on commit 75e479e

Please sign in to comment.