From 65600e7b580fe7a87b6282ae02ab45b217c8a6bd Mon Sep 17 00:00:00 2001 From: Vasanth M <20841824+vasanthm7@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:37:17 +0530 Subject: [PATCH] Update gradle-publish.yml Removing Codeclimate coverage since its deprecated --- .github/workflows/gradle-publish.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index c5f076c..de39a92 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -34,15 +34,6 @@ jobs: with: arguments: clean build - - name: Test & publish code coverage - if: ${{ github.event.pull_request.merged == 'true' || github.ref == 'refs/heads/main' }} - uses: paambaati/codeclimate-action@v9.0.0 - env: - CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} - JACOCO_SOURCE_PATH: ${{github.workspace}}/client/src/main/kotlin - with: - coverageLocations: ${{github.workspace}}/client/build/reports/jacoco/test/jacocoTestReport.xml:jacoco - - name: Assemble binaries on tags if: ${{ startsWith(github.ref, 'refs/tags/v') }} uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7