diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index d1b33a0..aa0d9d4 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -28,7 +28,3 @@ jobs: - run: yarn test - run: node dist/cli.js -c test/ci-test.config.json - run: yarn coverage - - - name: Update Coverage Badge - if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) - uses: we-cli/coverage-badge-action@main