From b3af94f6e142e2729df9c7389a98b7ce58ef3ace Mon Sep 17 00:00:00 2001 From: ecksteij Date: Tue, 16 Nov 2021 17:25:53 -0500 Subject: [PATCH] Temporarely remove coverage report --- .github/workflows/pull-request-check.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index 1615488..c0ff025 100644 --- a/.github/workflows/pull-request-check.yml +++ b/.github/workflows/pull-request-check.yml @@ -32,7 +32,3 @@ jobs: run: npm test -- --ci --runInBand env: CI: true - - name: Report coverage - run: npx codecov - env: - CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}