dune clean in the coverage target makes it more stable

This commit is contained in:
Lesenechal Remi 2019-12-11 18:59:45 +01:00
parent 6f804a4432
commit 787d4689a0

View File

@ -31,7 +31,8 @@ test: build
eval $$(opam config env)
scripts/test_ligo.sh
coverage: build-deps
coverage:
dune clean
BISECT_ENABLE=yes dune runtest --force
bisect-ppx-report html
bisect-ppx-report summary