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

Added SonaQube to the pipeline.

parent 3ba2d249
No related branches found
No related tags found
No related merge requests found
Pipeline #84312 failed
......@@ -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.
Please register or to comment