From 2b2fdb52cf6830e54e826f632bd70966733008c5 Mon Sep 17 00:00:00 2001 From: samuele-cozzi Date: Sat, 11 Apr 2026 14:10:08 +0200 Subject: [PATCH] fix: Remove code coverage step from release workflow Removed code coverage testing step from release workflow. --- .github/workflows/release-please.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index bc637c7..4ef7961 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -69,14 +69,6 @@ jobs: zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }} ls echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)" - - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v3.2.0 - env: - CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} - with: - coverageCommand: npm run test - coverageLocations: | - ${{github.workspace}}/tests/coverage/lcov.info:lcov - name: Upload zip file id: upload-zip uses: actions/upload-release-asset@v1