Bisect_ppx + esy starter repo
  • OCaml 91.3%
  • Dune 8.7%
Find a file
2020-10-21 08:20:48 +03:00
.gitignore Initial commit 2020-03-16 13:47:43 +03:00
.travis.yml Use Dune+Bisect integration 2020-10-21 08:20:48 +03:00
dune Use Dune+Bisect integration 2020-10-21 08:20:48 +03:00
dune-project Use Dune+Bisect integration 2020-10-21 08:20:48 +03:00
hello.ml Tweak sample code 2020-03-23 10:06:00 +03:00
package.json Use Dune+Bisect integration 2020-10-21 08:20:48 +03:00
README.md Use Dune+Bisect integration 2020-10-21 08:20:48 +03:00
tester.ml Initial commit 2020-03-16 13:47:43 +03:00

Bisect_ppx + esy starter repo

git clone https://github.com/aantron/bisect-starter-esy.git
cd bisect-starter-esy
esy install

esy dune runtest --instrument-with bisect_ppx --force
esy bisect-ppx-report html

These commands generate this coverage report locally in the _coverage/ directory. Use your browser to open _coverage/index.html!

Here is an example of a coverage report for a real-world project.

See aantron/bisect_ppx, especially the esy instructions.