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 b80c2ba commit cfa358aCopy full SHA for cfa358a
.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 koverXmlReport sonarqube -Dsonar.projectKey=javadev_LeetCode-in-Kotlin -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=javadev-github --no-daemon
+ run: chmod +x gradlew && ./gradlew test koverXmlReport sonarqube -Dsonar.projectKey=javadev_LeetCode-in-Kotlin -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=javadev-github
43
- uses: codecov/codecov-action@v1
44
with:
45
file: ./**/build/reports/kover/project-xml/report.xml
0 commit comments