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 c08df4e commit 12712bdCopy full SHA for 12712bd
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
SONAR_TOKEN: 19107c464b65c0769768d4564dd1c9b0c2822edd
38
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
+ - uses: codecov/codecov-action@v2
40
with:
41
file: ./**/build/reports/jacoco/test/jacocoTestReport.xml
42
name: codecov
0 commit comments