Send analysis to sonarqube

This commit is contained in:
2021-06-30 23:59:30 +02:00
parent 6b5323f70d
commit a839370b27
3 changed files with 86 additions and 15 deletions

View File

@@ -1,2 +1,8 @@
kotlin.code.style=official
kotlin_version=1.3.31
kotlin_version=1.3.31
systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.projectKey=postgres-json
systemProp.sonar.projectName=PostgresJson
systemProp.sonar.organization=flecomte
systemProp.sonar.java.coveragePlugin=jacoco
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml