diff --git a/README.md b/README.md index ee45562..ef0f68c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # ocaml-bisect-ppx -The ocaml-bisect-ppx package \ No newline at end of file +[`Bisect_ppx`](https://aantron.github.io/bisect_ppx/) is a code coverage tool +for OCaml. It helps you test thoroughly by showing which parts of your code +are *not* tested. 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. diff --git a/ocaml-bisect-ppx.spec b/ocaml-bisect-ppx.spec index 1f9583b..6dc315b 100644 --- a/ocaml-bisect-ppx.spec +++ b/ocaml-bisect-ppx.spec @@ -15,8 +15,8 @@ %bcond_with odoc Name: ocaml-%{srcname} -Version: 2.6.3 -Release: 3%{?dist} +Version: 2.7.0 +Release: 1%{?dist} Summary: Code coverage for OCaml and Reason License: MIT @@ -75,7 +75,7 @@ Documentation for %{name}. %autosetup -n %{upname}-%{version} %build -dune build %{?_smp_mflags} @install +dune build %{?_smp_mflags} --verbose --profile release @install %if %{with odoc} dune build %{?_smp_mflags} @doc @@ -159,6 +159,9 @@ dune runtest -p bisect_ppx --force --no-buffer -j 1 %endif %changelog +* Tue Nov 30 2021 Jerry James - 2.7.0-1 +- Version 2.7.0 + * Tue Oct 05 2021 Richard W.M. Jones - 2.6.3-3 - OCaml 4.13.1 build diff --git a/sources b/sources index 9ded0aa..9b709d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bisect_ppx-2.6.3.tar.gz) = 8ddf7ef530e65fbc7764b8f1202c119a8d869cb73992684a34e1ad9147cb2c91d68722a87c9d6c289f309660293c41eba4de25275f9303aed7009ef531052fdb +SHA512 (bisect_ppx-2.7.0.tar.gz) = 168ddc76094db2b393f74099fd94d44ab59c36435b2270d1731a725ec86e4e96a255c826d125e228952be67b1b705d8a8c50c6ca1fe969bc888668adaf763eae