Sat, 04 May 2024 16:34:10 UTC | login

Information for build ocaml-bisect-ppx-1.4.1-4.20200106.b2661bf.fc33

ID152094
Package Nameocaml-bisect-ppx
Version1.4.1
Release4.20200106.b2661bf.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-bisect-ppx.git#26dc712dd9d3994c43326abb76f2297eaf97b74d
SummaryCode coverage for OCaml and Reason
DescriptionBisect_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.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 08 Apr 2020 20:26:40 UTC
CompletedWed, 08 Apr 2020 20:37:09 UTC
Taskbuild (f33, /rpms/ocaml-bisect-ppx.git:26dc712dd9d3994c43326abb76f2297eaf97b74d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-bisect-ppx.git#26dc712dd9d3994c43326abb76f2297eaf97b74d'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-4.20200106.b2661bf - OCaml 4.10.0 final. - Disable the tests to avoid circular dependency. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3.20200106.b2661bf - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-2.20200106.b2661bf - OCaml 4.10.0+beta1 rebuild. * Wed Jan 08 2020 Jerry James <loganjerry@gmail.com> - 1.4.1-1.20200106.b2661bf - Initial RPM