Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aantron/bisect-starter-esy
Bisect_ppx + esy starter repo
https://github.com/aantron/bisect-starter-esy
coverage demo esy
Last synced: 20 days ago
JSON representation
Bisect_ppx + esy starter repo
- Host: GitHub
- URL: https://github.com/aantron/bisect-starter-esy
- Owner: aantron
- Created: 2020-03-11T13:07:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T05:21:00.000Z (over 4 years ago)
- Last Synced: 2025-01-20T17:55:16.086Z (21 days ago)
- Topics: coverage, demo, esy
- Language: OCaml
- Homepage: https://github.com/aantron/bisect_ppx
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Bisect_ppx][bisect] + esy starter repo
```
git clone https://github.com/aantron/bisect-starter-esy.git
cd bisect-starter-esy
esy installesy dune runtest --instrument-with bisect_ppx --force
esy bisect-ppx-report html
```These commands generate
[this coverage report](https://aantron.github.io/bisect-starter-esy/) 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 [esy
instructions][esy-instructions].[bisect]: https://github.com/aantron/bisect_ppx
[esy-instructions]: https://github.com/aantron/bisect_ppx#esy
[demo]: https://aantron.github.io/bisect_ppx/demo/