https://github.com/aantron/bisect-starter-jest
Bisect_ppx + Jest starter repo
https://github.com/aantron/bisect-starter-jest
coverage jest rescript
Last synced: about 2 months ago
JSON representation
Bisect_ppx + Jest starter repo
- Host: GitHub
- URL: https://github.com/aantron/bisect-starter-jest
- Owner: aantron
- Created: 2021-02-06T06:41:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T07:39:18.000Z (about 4 years ago)
- Last Synced: 2025-01-20T17:55:15.160Z (4 months ago)
- Topics: coverage, jest, rescript
- Language: ReScript
- Homepage: https://github.com/aantron/bisect_ppx
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Bisect_ppx][bisect] + 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](https://aantron.github.io/bisect-starter-jest/) locally
in the `_coverage/` directory. Use your browser to open `_coverage/ index.html`![Here][demo] is an example of a coverage report for a real-world project.
See [aantron/bisect_ppx][bisect], especially the
[ReScript instructions][rescript-instructions].[bisect]: https://github.com/aantron/bisect_ppx
[rescript-instructions]: https://github.com/aantron/bisect_ppx#ReScript
[demo]: https://aantron.github.io/bisect_ppx/demo/