diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9293c13..551de8c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,11 +63,12 @@ jobs: env: DEBUG: "npm-groovy-lint" run: npm run test:coverage - - name: Build coverage report - run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: true - verbose: true - token: ${{ secrets.CODECOV_TOKEN }} # required + + # - name: Build coverage report + # run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov + # - name: Upload coverage to Codecov + # uses: codecov/codecov-action@v4 + # with: + # fail_ci_if_error: true + # verbose: true + # token: ${{ secrets.CODECOV_TOKEN }} # required