jihchi / bisect-starter-bsb-jest

Bisect_ppx + BuckleScript + Jest starter repo

Home Page:https://aantron.github.io/bisect-example-bsb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bisect_ppx + BuckleScript starter repo

git clone https://github.com/aantron/bisect-starter-bsb.git
cd bisect-starter-bsb
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 BuckleScript instructions.

About

Bisect_ppx + BuckleScript + Jest starter repo

https://aantron.github.io/bisect-example-bsb/


Languages

Language:Reason 100.0%