Skip to content

Commit

Permalink
🏗 🔥 remove code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jan 31, 2024
1 parent 814f26f commit d96987c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,3 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
coverage:
needs: [test]
name: Code Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: yarn test

0 comments on commit d96987c

Please sign in to comment.