bisect-ppx-report - Man Page
Generate coverage reports for OCaml and Reason.
Synopsis
bisect-ppx-report [COMMAND] …
Usage Example
bisect-ppx-report html bisect-ppx-report send-to Coveralls bisect-ppx-report summary
See bisect-ppx-report COMMAND --help for further information on each command, including options.
Commands
- cobertura [--coverage-path=DIRECTORY] [--ignore-missing-files] [--source-path=DIRECTORY] [OPTION]… OUTPUT_FILE [COVERAGE_FILES]…
Generate Cobertura XML report
- coveralls [OPTION]… OUTPUT_FILE [COVERAGE_FILES]…
Generate Coveralls JSON report (for manual integration with web services).
- html [OPTION]… [COVERAGE_FILES]…
Generate HTML report locally.
- merge [--coverage-path=DIRECTORY] [OPTION]… OUTPUT_FILE [COVERAGE_FILES]…
Merge coverage files
- send-to [OPTION]… SERVICE [COVERAGE_FILES]…
Send report to a supported web service.
- summary [--coverage-path=DIRECTORY] [--per-file] [OPTION]… [COVERAGE_FILES]…
Write coverage summary to STDOUT.
Common Options
- --help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
Info
Bisect-ppx-report Manual