mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 10:53:12 +00:00
add sonarqube
This commit is contained in:
parent
d8d721bcd3
commit
8d57e1f221
|
@ -10,7 +10,6 @@ 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:
|
||||
|
|
Loading…
Reference in a new issue