Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
0a97ee1f
Commit
0a97ee1f
authored
1 year ago
by
Neda Moeini
Browse files
Options
Downloads
Patches
Plain Diff
Added SonaQube to the pipeline.
parent
8d3ce08e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!93
Added SonarQube to the pipeline.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
sonar.properties
+6
-0
6 additions, 0 deletions
sonar.properties
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
0a97ee1f
...
...
@@ -46,3 +46,10 @@ run-tox-pipeline:
artifacts
:
paths
:
-
htmlcov
sonarqube-analysis
:
image
:
sonarsource/sonar-scanner-cli
script
:
-
sonar-scanner
only
:
-
develop
This diff is collapsed.
Click to expand it.
sonar.properties
0 → 100644
+
6
−
0
View file @
0a97ee1f
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment