Bisect_ppx + ReScript starter repo
Find a file
2021-11-06 21:53:09 +03:00
.gitignore .gitignore: .out files are now .coverage files 2020-03-23 09:57:43 +03:00
bsconfig.json s/BuckleScript/ReScript 2021-02-06 09:09:12 +03:00
hello.res Switch example to ReScript syntax 2021-02-06 09:49:55 +03:00
package.json Convert to package rescript 2021-11-06 21:53:09 +03:00
README.md s/BuckleScript/ReScript 2021-02-06 09:09:12 +03:00

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.