package ometrics
OCaml analysis in a merge request changes
Install
Dune Dependency
Authors
Maintainers
Sources
ometrics-full.0.1.1.tar.gz
md5=2d31380b30aa90400e5faed1deeacd84
sha512=a7f74b97f04231c2454a2560e79ff102b507beed9f46d491a7b97ca8d063a934b05b5a66cb3b78a2aa2f88de82a9e223acc7cfd75acb3fffa1cf5836619e3455
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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>