Skip to content

gregory-paidis-sonarsource/analysis-quality-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analysis-quality-extractor

Autoscan for .NET branch

This is an alternative branch that will collect issues from Peach instead of SonarCloud.

The process consist of two steps:

  • AnalysisResultWrite will collect all issues from all projects, and serialize them into files (under output_issues folder). This runs twice for each project, once for [project_name] and once for [project_name]-autoscan.

  • AnalysisResultFromFile will read the previously collected files and compute some metrics on them. The output will be under "output" and "output_commons".

You will need an environment variable named "PEACH_TOKEN" with a peach token.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.5%
  • Java 8.5%