this repo has no description

Merge pull request #20624 from aantron/bisect_ppx.2.7.1

Bisect_ppx 2.7.1: OCaml coverage tool

Kate ad79e369 114a2f5c

Changed files
+46
packages
bisect_ppx
bisect_ppx.2.7.1
+46
packages/bisect_ppx/bisect_ppx.2.7.1/opam
···
+
opam-version: "2.0"
+
+
synopsis: "Code coverage for OCaml"
+
license: "MIT"
+
homepage: "https://github.com/aantron/bisect_ppx"
+
doc: "https://github.com/aantron/bisect_ppx"
+
bug-reports: "https://github.com/aantron/bisect_ppx/issues"
+
+
dev-repo: "git+https://github.com/aantron/bisect_ppx.git"
+
authors: [
+
"Xavier Clerc <bisect@x9c.fr>"
+
"Leonid Rozenberg <leonidr@gmail.com>"
+
"Anton Bachin <antonbachin@yahoo.com>"
+
]
+
maintainer: [
+
"Anton Bachin <antonbachin@yahoo.com>"
+
"Leonid Rozenberg <leonidr@gmail.com>"
+
]
+
+
depends: [
+
"base-unix"
+
"cmdliner" {>= "1.0.0"}
+
"dune" {>= "2.7.0"}
+
"ocaml" {>= "4.02.0"}
+
"ppxlib" {>= "0.21.0"}
+
+
"ocamlformat" {with-test & = "0.16.0"}
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "-p" name "-j" jobs "@compatible"] {with-test}
+
]
+
+
description: "Bisect_ppx helps you test thoroughly. It is a small preprocessor
+
that inserts instrumentation at places in your code, such as if-then-else and
+
match expressions. After you run tests, Bisect_ppx gives a nice HTML report
+
showing which places were visited and which were missed.
+
+
Usage is simple - add package bisect_ppx when building tests, run your tests,
+
then run the Bisect_ppx report tool on the generated visitation files."
+
+
url {
+
src: "https://github.com/aantron/bisect_ppx/archive/2.7.1.tar.gz"
+
checksum: "md5=d114aa928fc38a0705dbeb2b0396c9d0"
+
}