Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-server
Commits
6627c23e
Commit
6627c23e
authored
Sep 23, 2019
by
François Agneray
Browse files
Coverage pull stage sonar
parent
cb27d0b2
Pipeline
#1550
passed with stages
in 8 minutes and 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6627c23e
...
...
@@ -87,6 +87,10 @@ sonar_scanner:
stage
:
sonar
script
:
-
sonar-scanner -Dsonar.projectKey=anis-server -Dsonar.sources=src -Dsonar.host.url=https://sonarqube.lam.fr -Dsonar.login=$SONAR_TOKEN -Dsonar.php.tests.reportPath=./coverage/junit-logfile.xml -Dsonar.php.coverage.reportPaths=./coverage/clover.xml
cache
:
paths
:
-
coverage
policy
:
pull
only
:
refs
:
-
sonar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment