package ometrics
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  OCaml analysis in a merge request changes
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.2.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=723b7123a7468e116e83b034e1d59f60
    
    
  sha512=b785e1f878c9432dabdc437e5c9c96724f097b79d1c8aaf1f465fbf6b6ae35f240d77a2294f31a10ba39a56065056a5befd3641adf93aee56cf5d519ce2a955f
    
    
  Description
Published: 16 May 2022
README
ometrics
OCaml analysis in a merge request changes.
Build
Build from source:
$ git clone git@gitlab.com:nomadic-labs/ometrics.git
$ cd ometrics
$ make buildYou can also install with opam:
$ opam install ometricsLicense
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.htmlDependencies (5)
Dev Dependencies (2)
- 
  
    bisect_ppx
  
  
    dev & >= "2.6.0"
- 
  
    qcheck-alcotest
  
  
    with-test & >= "0.18"
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page