Skip to content

Universal-code-metrics-analyzer/json-report-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCMA | Json Report Generator Plugin

Report generator plugin, which can be used to save the result of metrics calculation to a JSON file in a format of raw metrics tree.

Install

poetry add git+https://github.com/Universal-code-metrics-analyzer/json-report-generator@v0.2.0

Runner configuration

# config.yml

report_generator:
  plugin: json_report_generator
  config:
    # path to a directory where report files will be saved
    # each file will be named after provided ref
    output_dir: reports