From 0949eaadfff2c7f8009f056c62c5f632ff7f0c6d Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Sat, 21 Mar 2020 17:20:19 +0100 Subject: [PATCH] Simplify Codecov setup --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 203c870..88f3391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,3 @@ jobs: - run: npm install --no-audit - run: npm test - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }}