1BISECT-PPX-REPORT(1) Bisect-ppx-report Manual BISECT-PPX-REPORT(1)
2
3
4
6 bisect-ppx-report - Generate coverage reports for OCaml and Reason.
7
9 bisect-ppx-report [COMMAND] …
10
12 bisect-ppx-report html
13 bisect-ppx-report send-to Coveralls
14 bisect-ppx-report summary
15
16 See bisect-ppx-report COMMAND --help for further information on each
17 command, including options.
18
20 cobertura [--coverage-path=DIRECTORY] [--ignore-missing-files]
21 [--source-path=DIRECTORY] [OPTION]… OUTPUT_FILE [COVERAGE_FILES]…
22 Generate Cobertura XML report
23
24 coveralls [OPTION]… OUTPUT_FILE [COVERAGE_FILES]…
25 Generate Coveralls JSON report (for manual integration with web
26 services).
27
28 html [OPTION]… [COVERAGE_FILES]…
29 Generate HTML report locally.
30
31 merge [--coverage-path=DIRECTORY] [OPTION]… OUTPUT_FILE
32 [COVERAGE_FILES]…
33 Merge coverage files
34
35 send-to [OPTION]… SERVICE [COVERAGE_FILES]…
36 Send report to a supported web service.
37
38 summary [--coverage-path=DIRECTORY] [--per-file] [OPTION]…
39 [COVERAGE_FILES]…
40 Write coverage summary to STDOUT.
41
43 --help[=FMT] (default=auto)
44 Show this help in format FMT. The value FMT must be one of auto,
45 pager, groff or plain. With auto, the format is pager or plain
46 whenever the TERM env var is dumb or undefined.
47
48
49
50Bisect-ppx-report BISECT-PPX-REPORT(1)