We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcba03 commit eee7c8cCopy full SHA for eee7c8c
.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
SONAR_TOKEN: 19107c464b65c0769768d4564dd1c9b0c2822edd
38
- 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
+ run: chmod +x gradlew && ./gradlew spotlessCheck test jacocoTestReport sonarqube -Dsonar.projectKey=javadev_LeetCode-in-Kotlin -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=javadev-github --no-daemon
39
- uses: codecov/codecov-action@v1
40
with:
41
file: ./**/build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments