diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fe4af5..07dc2c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Store LCOV Info uses: actions/upload-artifact@v4 with: - name: storybook-static + name: line-coverage-info path: packages/library/coverage/lcov.info unit-tests-demo: @@ -120,21 +120,6 @@ jobs: json: true args: --severity-threshold=high --all-projects - upload-coverage: - runs-on: ubuntu-latest - needs: sonarcloud - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - cache: 'npm' - - run: npm install - - uses: actions/upload-artifact@v4 - with: - name: coverage-report - path: packages/library/coverage/lcov.info - deploy-storybook: runs-on: ubuntu-latest needs: [sonarcloud, snyk]