File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Latest build] ( https://github.com/element-hq/element-android/actions/workflows/build.yml/badge.svg?query=branch%3Adevelop )] ( https://github.com/element-hq/element-android/actions/workflows/build.yml?query=branch%3Adevelop )
2
2
[ ![ Weblate] ( https://translate.element.io/widgets/element-android/-/svg-badge.svg )] ( https://translate.element.io/engage/element-android/?utm_source=widget )
3
3
[ ![ Element Android Matrix room #element-android: matrix .org] ( https://img.shields.io/matrix/element-android:matrix.org.svg?label=%23element-android:matrix.org&logo=matrix&server_fqdn=matrix.org )] ( https://matrix.to/#/#element-android:matrix.org )
4
- [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=vector-im_element- android&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=vector-im_element -android )
5
- [ ![ Vulnerabilities] ( https://sonarcloud.io/api/project_badges/measure?project=vector-im_element- android&metric=vulnerabilities )] ( https://sonarcloud.io/summary/new_code?id=vector-im_element -android )
6
- [ ![ Bugs] ( https://sonarcloud.io/api/project_badges/measure?project=vector-im_element- android&metric=bugs )] ( https://sonarcloud.io/summary/new_code?id=vector-im_element -android )
4
+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=element- android&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=element -android )
5
+ [ ![ Vulnerabilities] ( https://sonarcloud.io/api/project_badges/measure?project=element- android&metric=vulnerabilities )] ( https://sonarcloud.io/summary/new_code?id=element -android )
6
+ [ ![ Bugs] ( https://sonarcloud.io/api/project_badges/measure?project=element- android&metric=bugs )] ( https://sonarcloud.io/summary/new_code?id=element -android )
7
7
8
8
# Element Android
9
9
Original file line number Diff line number Diff line change @@ -207,15 +207,15 @@ apply plugin: 'org.sonarqube'
207
207
sonar {
208
208
properties {
209
209
property " sonar.projectName" , " element-android"
210
- property " sonar.projectKey" , " vector-im_element -android"
210
+ property " sonar.projectKey" , " element -android"
211
211
property " sonar.host.url" , " https://sonarcloud.io"
212
212
property " sonar.projectVersion" , project(" :vector" ). android. defaultConfig. versionName
213
213
property " sonar.sourceEncoding" , " UTF-8"
214
214
property " sonar.links.homepage" , " https://github.com/element-hq/element-android/"
215
215
property " sonar.links.ci" , " https://github.com/element-hq/element-android/actions"
216
216
property " sonar.links.scm" , " https://github.com/element-hq/element-android/"
217
217
property " sonar.links.issue" , " https://github.com/element-hq/element-android/issues"
218
- property " sonar.organization" , " new_vector_ltd_organization "
218
+ property " sonar.organization" , " element-hq "
219
219
property " sonar.java.coveragePlugin" , " jacoco"
220
220
property " sonar.coverage.jacoco.xmlReportPaths" , " ${ project.buildDir} /reports/jacoco/generateCoverageReport/generateCoverageReport.xml"
221
221
property " sonar.login" , project. hasProperty(" SONAR_LOGIN" ) ? SONAR_LOGIN : " invalid"
You can’t perform that action at this time.
0 commit comments