Bisect_ppx + Jest starter repo
Find a file
2021-02-06 10:35:24 +03:00
__tests__ Initial commit 2021-02-06 10:35:24 +03:00
.gitignore Initial commit 2021-02-06 10:35:24 +03:00
.travis.yml Initial commit 2021-02-06 10:35:24 +03:00
bsconfig.json Initial commit 2021-02-06 10:35:24 +03:00
hello.res Initial commit 2021-02-06 10:35:24 +03:00
package.json Initial commit 2021-02-06 10:35:24 +03:00
README.md Initial commit 2021-02-06 10:35:24 +03:00

Bisect_ppx + Jest starter repo

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