bisect_ppx
Code coverage for OCaml and ReScript
File Explorer
Download Latest Version (.zip)- test.yml
- FUNDING.yml
- issue_template.md
- advanced.md
- CHANGES
- convert-readme.js
- footer.html
- header.html
- logo-initial.jpg
- logo.png
- logo0.png
- sample.gif
- bisect_common.ml
- bisect_common.mli
- dune
- dune
- ppx.ml
- dune
- exclude.ml
- exclude.mli
- exclude_lexer.mll
- exclude_parser.mly
- exclusions.ml
- exclusions.mli
- instrument.ml
- instrument.mli
- register.ml
- cobertura.ml
- cobertura.mli
- coverage.css
- coverage.js
- coveralls.ml
- coveralls.mli
- dummy-binary
- dune
- html.ml
- html.mli
- input.ml
- input.mli
- main.ml
- merge.ml
- merge.mli
- text.ml
- text.mli
- util.ml
- util.mli
- jest.ml
- runtime.ml
- runtime.mli
- dune
- runtime.ml
- runtime.mli
- CHANGES.md
- highlight.pack.js
- LICENSE
- README.md
- README.ru.md
- npm-install.sh
- binaries.sh
- travis-wrapped-esy.sh
- and.t
- apply.t
- assert.t
- dune
- operator.t
- or.t
- pipe.t
- special.t
- class.t
- dune
- instvar.t
- method.t
- new.t
- send.t
- dune
- for.t
- fun.t
- function.t
- if.t
- lazy.t
- match.t
- newtype.t
- try.t
- while.t
- binding.t
- dune
- exception.t
- nary.t
- nullary.t
- row.t
- unary.t
- when.t
- dune
- error.t
- exception-pattern.t
- exclusions.t
- gadt.t
- let-exception.t
- letop.t
- opaque_identity.t
- pattern-open.t
- react.t
- refutation.t
- attribute.t
- dune
- mangle.t
- mli.t
- shadow.t
- structure.t
- test.sh
- value.t
- bsconfig.json
- expected
- hello.re
- hello.rei
- Makefile
- package.json
- baz.ml
- bar_a.ml
- bar_b.ml
- foo.ml
- dune
- html-tree.t
- test_tree.ml
- cobertura.t
- directory.t
- dune
- empty.ml
- html.t
- line.t
- merge.ml
- merge.t
- missing.t
- send-to.t
- test.ml
- test_merge1.ml
- test_merge2.ml
- text.t
- truncate.t
- bisect_ppx.diff
- meta_bisect_ppx.diff
- at_exit_hook.ml
- at_exit_main.ml
- daemon.ml
- dune
- sigterm.t
- sigterm_atexit.t
- dune
- dune-project
- dune-workspace
- Makefile
- source.ml
- dune
- dune-project
- dune-workspace
- Makefile
- source.ml
- dune
- dune-project
- dune-workspace
- Makefile
- source.ml
- dune
- dune-project
- dune-workspace
- Makefile
- source.ml
- dune
- dune-project
- dune-workspace
- Makefile
- source.ml
- dune
- dune-project
- dune-workspace
- Makefile
- source.ml
- Makefile
- source.ml
- dune
- dune-project
- dune-workspace
- Makefile
- source.re
- .gitattributes
- dune
- random.t
- .gitignore
- binaries.esy.json
- bisect_ppx.opam
- bsconfig.json
- dune-project
- LICENSE.md
- Makefile
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/aantron/bisect_ppx
Downloads the entire project code from GitHub to your computer.
cd bisect_ppx
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g esy
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm install -g esy
Installs the package published on the npm registry globally β no need to clone the source.
BISECT_ENABLE=yes npm run build
Builds optimized production files.
npm run test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
