https://github.com/aantron/bisect-starter-jsoo
Bisect_ppx + Js_of_ocaml starter repo
https://github.com/aantron/bisect-starter-jsoo
coverage
Last synced: about 2 months ago
JSON representation
Bisect_ppx + Js_of_ocaml starter repo
- Host: GitHub
- URL: https://github.com/aantron/bisect-starter-jsoo
- Owner: aantron
- Created: 2019-08-15T13:42:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T05:44:56.000Z (over 4 years ago)
- Last Synced: 2025-01-20T17:55:15.700Z (4 months ago)
- Topics: coverage
- Language: OCaml
- Homepage: https://github.com/aantron/bisect_ppx
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Bisect_ppx][bisect] + Js_of_ocaml starter repo
```
git clone https://github.com/aantron/bisect-starter-jsoo.git
cd bisect-starter-jsoo
opam install -y --deps-only .BISECT_ENABLE=yes dune build ./tester.bc.js
node _build/default/tester.bc.js
dune exec bisect-ppx-report -- html
```These commands generate
[this coverage report](https://aantron.github.io/bisect-starter-jsoo/) 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
[Js_of_ocaml instructions][jsoo-instructions].[bisect]: https://github.com/aantron/bisect_ppx
[jsoo-instructions]: https://github.com/aantron/bisect_ppx#Js_of_ocaml
[demo]: https://aantron.github.io/bisect_ppx/demo/