fix: Remove code coverage step from release workflow

Removed code coverage testing step from release workflow.
This commit is contained in:
samuele-cozzi 2026-04-11 14:10:08 +02:00 committed by GitHub
parent fd162edb44
commit 2b2fdb52cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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