dune clean in the coverage target makes it more stable
This commit is contained in:
parent
6f804a4432
commit
787d4689a0
3
Makefile
3
Makefile
@ -31,7 +31,8 @@ test: build
|
|||||||
eval $$(opam config env)
|
eval $$(opam config env)
|
||||||
scripts/test_ligo.sh
|
scripts/test_ligo.sh
|
||||||
|
|
||||||
coverage: build-deps
|
coverage:
|
||||||
|
dune clean
|
||||||
BISECT_ENABLE=yes dune runtest --force
|
BISECT_ENABLE=yes dune runtest --force
|
||||||
bisect-ppx-report html
|
bisect-ppx-report html
|
||||||
bisect-ppx-report summary
|
bisect-ppx-report summary
|
||||||
|
Loading…
Reference in New Issue
Block a user