Skip to content
Snippets Groups Projects
Commit 0a97ee1f authored by Neda Moeini's avatar Neda Moeini
Browse files

Added SonaQube to the pipeline.

parent 8d3ce08e
No related branches found
No related tags found
1 merge request!93Added SonarQube to the pipeline.
......@@ -46,3 +46,10 @@ run-tox-pipeline:
artifacts:
paths:
- htmlcov
sonarqube-analysis:
image: sonarsource/sonar-scanner-cli
script:
- sonar-scanner
only:
- develop
sonar.projectKey=gso
sonar.projectName=GSO
sonar.projectVersion=0.x
sonar.sources=gso
sonar.python.coverage.reportPaths=coverage.xml
sonar.host.url=https://sonarqube.software.geant.org/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment