From 736775b56fd8fab9459cc17c63aefb2e54db307b Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 12 May 2021 02:40:08 -0700 Subject: [PATCH] build: remove codecov action Source-Author: Benjamin E. Coe Source-Date: Tue May 11 17:35:28 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: b891fb474173f810051a7fdb0d66915e0a9bc82f Source-Link: https://github.com/googleapis/synthtool/commit/b891fb474173f810051a7fdb0d66915e0a9bc82f --- .github/workflows/ci.yaml | 10 ---------- synth.metadata | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 891c9253..dbcdc7ce 100644 --- a/.github/workflows/ci.yaml +++ b/.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: diff --git a/synth.metadata b/synth.metadata index 53b3a1a3..17d5286b 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-compute.git", - "sha": "bec9dac6a1ebe91921dc4ed5c7f124ae19bde504" + "sha": "75c446ab50b3de0e3d8eb1c0ef5a317e7dbf4fcb" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "e6f3d54be015a394b6ab5a25903ec09062a2b424" + "sha": "b891fb474173f810051a7fdb0d66915e0a9bc82f" } } ]