mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
fix: Remove code coverage step from release workflow
Removed code coverage testing step from release workflow.
This commit is contained in:
parent
fd162edb44
commit
2b2fdb52cf
1 changed files with 0 additions and 8 deletions
8
.github/workflows/release-please.yml
vendored
8
.github/workflows/release-please.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue