Skip to content

Commit 4d35242

Browse files
authored
Disabled codecov.
1 parent d60515f commit 4d35242

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ 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@v2
40-
with:
41-
file: build/reports/jacoco/test/jacocoTestReport.xml
42-
name: codecov
4339

4440
build-windows:
4541
name: build-windows

0 commit comments

Comments
 (0)