package ometrics

  1. Overview
  2. Docs
OCaml analysis in a merge request changes

Install

Dune Dependency

Authors

Maintainers

Sources

ometrics-full.0.1.3.tar.gz
md5=09bdf9060c94937b96ec4d8a4fe34801
sha512=e38c5841522e5dcb63b8f005c3b1dac0a44fc3fb6f6b214f37240ca020ab679bb57d5263ead771786c633fc0ee9a6ad6d0e476d9076c3e7e8d9ffb39053f8b5b

README.md.html

ometrics

OCaml analysis in a merge request changes.

Build

Build from source:

$ git clone git@gitlab.com:nomadic-labs/ometrics.git
$ cd ometrics
$ git submodule update --init
$ opam switch create . ocaml-base-compiler.4.12.0
$ make build

You can also install with opam:

$ opam install ometrics

License

The code is now released under the MIT license.

An introduction to the library

ometrics aims at finding metrics between a current state and a previous commit. It is intended to be used in a merge request CI to easily detect bad behaviours and thus, facilitate the review.

Documentation analysis

ometrics will try to find undocumented changes.

$ ometrics check --html --output ometrics.html