From bb516caac638dbfe9e62e56cacf39b1cbcfa5075 Mon Sep 17 00:00:00 2001 From: "James Cullum (Pseudonym)" Date: Thu, 3 Oct 2024 15:55:36 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) 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'