Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

teamwalnut/bisect-starter-rescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bisect_ppx + ReScript starter repo

git clone https://github.com/aantron/bisect-starter-rescript.git
cd bisect-starter-rescript
npm install
rm -f *.coverage
BISECT_ENABLE=yes npm run build
npm run test
npx 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 ReScript instructions.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • ReScript 29.9%