Skip to content

suic86/sonarqube_project_report

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sonarqube project report

Generates a csv file reflecting sonarqube's project dashboard.

Usage

python report.py <filename> [<tagname>]

Queries all projects available. Filter using tagname(s) if you just need a limited view. Generates csv report at filename location - overwrites existing files.

Installation

How to read the report

Every line represents a project. Columns show the project metrics using the keys explained here: https://docs.sonarqube.org/latest/user-guide/metric-definitions/
Character ranges A to F are transformed to numeric values (A = 1, B = 2, ...).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%