From b891fb474173f810051a7fdb0d66915e0a9bc82f Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 11 May 2021 17:35:28 -0700 Subject: [PATCH] build: remove codecov action (#1076) --- .../templates/node_library/.github/workflows/ci.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml index bc611f11c..4da156f38 100644 --- a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml +++ b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml @@ -24,11 +24,6 @@ jobs: - run: rm -rf node_modules - run: npm install - run: npm test - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions ${{ '{{' }} matrix.node {{ '}}' }} - fail_ci_if_error: false windows: runs-on: windows-latest steps: @@ -38,11 +33,6 @@ jobs: node-version: 14 - run: npm install - run: npm test - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions windows - fail_ci_if_error: false lint: runs-on: ubuntu-latest steps: