diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a0927b..41dca0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,13 +47,6 @@ jobs: - run: npm ci - run: npm run lint - run: npm run build - - run: npm run report - - uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: true - files: ./coverage.lcov - token: ${{ secrets.CODECOV_TOKEN }} - verbose: true release: if: github.ref == 'refs/heads/master' && needs.test_node.result == 'success' && needs.test_deno.result == 'success'