Skip to content

Commit

Permalink
chore: remove code coverage workflow (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohlf authored Nov 20, 2024
1 parent acaef14 commit 1073ee9
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,36 +72,6 @@ jobs:
# name: coverage-${{ runner.os }}
# path: coverage/

# coverage:
# runs-on: ubuntu-latest
# needs: [test]
# if: ${{ success() && github.actor != 'dependabot[bot]' }}

# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: '18'
# - name: Cache node_modules
# uses: actions/cache@v3
# env:
# cache-name: cache-node-modules
# with:
# path: ~/.npm
# key: ${{ runner.os }}-coverage-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
# restore-keys: ${{ runner.os }}-coverage-${{ env.cache-name }}-

# - uses: actions/download-artifact@v3
# with:
# name: coverage-${{ runner.os }}

# - run: npm ci
# - run: npm run codegen:apollo

# - uses: paambaati/[email protected]
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

storybook:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1073ee9

Please sign in to comment.