Skip to content
Snippets Groups Projects

Added SonarQube to the pipeline.

Merged Neda Moeini requested to merge feature/AddSonaQube into develop
All threads resolved!
Files
2
+ 8
1
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
stages:
stages:
- tox
- tox
- documentation
- documentation
- analysis
include:
include:
- docs/.gitlab-ci.yml
- docs/.gitlab-ci.yml
@@ -46,3 +46,10 @@ run-tox-pipeline:
@@ -46,3 +46,10 @@ run-tox-pipeline:
artifacts:
artifacts:
paths:
paths:
- htmlcov
- htmlcov
 
 
sonarqube-analysis:
 
image: sonarsource/sonar-scanner-cli
 
script:
 
- sonar-scanner
 
only:
 
- develop
Loading