Skip to content
Snippets Groups Projects

Added SonarQube to the pipeline.

Merged Neda Moeini requested to merge feature/AddSonaQube into develop
2 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -46,3 +46,10 @@ run-tox-pipeline:
artifacts:
paths:
- htmlcov
sonarqube-analysis:
image: sonarsource/sonar-scanner-cli
script:
- sonar-scanner
only:
- develop
Loading