From a9788016885ae7c9ee51fecbe99567faea93d117 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Sat, 16 May 2020 06:54:33 -0700 Subject: [PATCH] build: do not fail builds on codecov errors (#528) Source-Author: Benjamin E. Coe Source-Date: Wed May 6 13:16:18 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 Source-Link: https://github.com/googleapis/synthtool/commit/be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 --- .github/workflows/ci.yaml | 4 ++-- synth.metadata | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9465009..5e73bb3 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 9cd1ef7..25eb4e0 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/teeny-request.git", - "sha": "f0fbc0ffd5ab91a6a14ee4cc4a992f4e0d67a65d" + "sha": "88ff2d0d8e0fc25a4219ef5625b8de353ed4aa29" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d" + "sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4" } } ]