From e7c9806171886b45ef60c2b95ebaf142815985ef Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 8 May 2020 11:34:07 -0700 Subject: [PATCH] build: do not fail builds on codecov errors (#528) (#996) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/2f68300a-9812-4342-86c6-33ab267ece4f/targets Source-Link: https://github.com/googleapis/synthtool/commit/be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 --- .github/workflows/ci.yaml | 4 ++-- synth.metadata | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9465009b..5e73bb3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: uses: codecov/codecov-action@v1 with: name: actions ${{ matrix.node }} - fail_ci_if_error: true + fail_ci_if_error: false windows: runs-on: windows-latest steps: @@ -36,7 +36,7 @@ jobs: uses: codecov/codecov-action@v1 with: name: actions windows - fail_ci_if_error: true + fail_ci_if_error: false lint: runs-on: ubuntu-latest steps: diff --git a/synth.metadata b/synth.metadata index 0c9f43e9..6620e5ba 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,15 +3,23 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/nodejs-pubsub.git", - "sha": "2e973a55008c4d50ef3f7d47ac4ba761cd2ea9cb" + "remote": "https://github.com/googleapis/nodejs-pubsub.git", + "sha": "27f7b770aff062a780173c6781cb0879a18bd9d2" + } + }, + { + "git": { + "name": "googleapis", + "remote": "https://github.com/googleapis/googleapis.git", + "sha": "83816bb3093686a28af2891db5b7506614a820b1", + "internalRef": "310509915" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ab883569eb0257bbf16a6d825fd018b3adde3912" + "sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4" } } ],