File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 39
39
env :
40
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
41
SONAR_TOKEN : 19107c464b65c0769768d4564dd1c9b0c2822edd
42
- run : chmod +x gradlew && ./gradlew test jacocoTestReport --no-daemon
42
+ run : chmod +x gradlew && ./gradlew test jacocoTestReport sonarqube -Dsonar.projectKey=javadev_LeetCode-in-Kotlin -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=javadev-github --no-daemon
43
43
- uses : codecov/codecov-action@v1
44
44
with :
45
45
file : ./**/build/reports/jacoco/test/jacocoTestReport.xml
Original file line number Diff line number Diff line change @@ -37,14 +37,6 @@ tasks {
37
37
jacocoTestReport {
38
38
reports {
39
39
xml.required.set(true )
40
- html.required.set(false )
41
40
}
42
41
}
43
42
}
44
-
45
- sonarqube {
46
- properties {
47
- property(" sonar.inclusions" , " *.java,*.kt" )
48
- property(" sonar.java.binaries" , " $projectDir /build/classes/kotlin" )
49
- }
50
- }
You can’t perform that action at this time.
0 commit comments