Sat, 04 May 2024 11:05:45 UTC | login

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

ID155884
Package Nameocaml-bisect-ppx
Version1.4.1
Release5.20200106.b2661bf.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-bisect-ppx.git#10f3bd4ac38c98dfedfd5ac9390d438365bdb256
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
StartedThu, 16 Apr 2020 15:26:34 UTC
CompletedThu, 16 Apr 2020 15:43:15 UTC
Taskbuild (f33, /rpms/ocaml-bisect-ppx.git:10f3bd4ac38c98dfedfd5ac9390d438365bdb256)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-bisect-ppx.git#10f3bd4ac38c98dfedfd5ac9390d438365bdb256'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Apr 03 2020 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-5.20200106.b2661bf - Update all OCaml dependencies for RPM 4.16. * 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