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 d3ce806 commit 2e35edaCopy full SHA for 2e35eda
.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
SONAR_TOKEN: 19107c464b65c0769768d4564dd1c9b0c2822edd
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 --warning-mode all --info
+ run: chmod +x gradlew && ./gradlew test jacocoTestReport --no-daemon
43
- uses: codecov/codecov-action@v1
44
with:
45
file: ./**/build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments