## What is the relation between adding functionality, bug fixing, and code quality ?

### authors

 - BELHASSEN Issam
 - DENNE Djoe
 - DESTORS Max
 - MOULAYEELY Bezeid

## install

 - have git command working in a cmd
 - get Sonarqube : https://www.sonarqube.org/
 - get SonarScaner : https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
 - install python and confidure path
 - execute : pip install requests
 - git clone https://github.com/scala/scala.git

## execute

 - Launch SonarQube : https://docs.sonarqube.org/display/SONAR/Get+Started+in+Two+Minutes
 - Unzip everything in the root scala project
 - execute : python rimel.py
 - Confugure in rimel2.py which versions to analyze, finding them into JiraReport.json, and the path to your sonarScanner.
 - execute : python rimel2.py (may take lot of time)
 - execute : python rimel3.py
 - get the output.csv

