An open API service indexing awesome lists of open source software.

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

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/