Skip to content
Snippets Groups Projects

Added SonarQube to the pipeline.

Merged Neda Moeini requested to merge feature/AddSonaQube into develop
Files
2
+ 7
0
@@ -2,7+2,7 @@
@@ -2,7+2,7 @@
stages:
stages:
- tox
- tox
- documentation
- documentation
include:
include:
- docs/.gitlab-ci.yml
- docs/.gitlab-ci.yml
@@ -46,7+46,7 @@
@@ -46,7+46,7 @@
artifacts:
artifacts:
paths:
paths:
- htmlcov
- htmlcov
 
 
sonarqube-analysis:
 
image: sonarsource/sonar-scanner-cli
 
script:
 
- sonar-scanner
 
only:
 
- develop
Loading