Skip to content

Commit 12712bd

Browse files
authored
Update maven.yml
1 parent c08df4e commit 12712bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SONAR_TOKEN: 19107c464b65c0769768d4564dd1c9b0c2822edd
3838
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
39+
- uses: codecov/codecov-action@v2
4040
with:
4141
file: ./**/build/reports/jacoco/test/jacocoTestReport.xml
4242
name: codecov

0 commit comments

Comments
 (0)