https://github.com/aantron/bisect-starter-rescript
Bisect_ppx + ReScript starter repo
https://github.com/aantron/bisect-starter-rescript
coverage rescript
Last synced: about 2 months ago
JSON representation
Bisect_ppx + ReScript starter repo
- Host: GitHub
- URL: https://github.com/aantron/bisect-starter-rescript
- Owner: aantron
- Created: 2019-08-15T11:29:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T18:53:35.000Z (over 3 years ago)
- Last Synced: 2025-01-20T17:55:15.714Z (3 months ago)
- Topics: coverage, rescript
- Language: ReScript
- Homepage: https://github.com/aantron/bisect_ppx
- Size: 15.6 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Bisect_ppx][bisect] + 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](https://aantron.github.io/bisect-starter-rescript/)
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/