Merge pull request 'add code_quality in ci' (#185) from feature/ci into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #185
This commit is contained in:
Simon Vieille 2022-12-04 00:06:59 +01:00
commit 113e4db9b6

View file

@ -15,6 +15,15 @@ pipeline:
branch: [master, develop, feature/*]
event: [push, pull_request]
code_quality:
image: sonarsource/sonar-scanner-cli
secrets: [sonar_token, sonar_host, sonar_project]
commands:
- sonar-scanner -Dsonar.projectKey=$SONAR_PROJECT -Dsonar.sources=. -Dsonar.host.url=$SONAR_HOST
failure: ignore
when:
event: [push, pull_request]
package:
image: gitnet.fr/deblan/devenv
volumes: