mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-04 23:24:20 +00:00
add sonarqube
This commit is contained in:
parent
0023016a72
commit
8c16016ac8
|
@ -10,6 +10,11 @@ steps:
|
|||
- name: Run Tests
|
||||
commands:
|
||||
- ./ci.py --ci-run-tests
|
||||
- flutter test --machine --coverage > tests.output
|
||||
- sonar-scanner -Dsonar.projectKey=SelfPrivacy-Flutter-App -Dsonar.sources=. -Dsonar.host.url=http://analyzer.lan:9000 -Dsonar.login="$SONARQUBE_TOKEN"
|
||||
environment:
|
||||
SONARQUBE_TOKEN:
|
||||
from_secret: SONARQUBE_TOKEN
|
||||
|
||||
- name: Build Linux Target
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue