Skip to content

aantron/bisect-starter-esy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.