Skip to content

Commit

Permalink
build: do not fail builds on codecov errors (#528) (#1182)
Browse files Browse the repository at this point in the history
Source-Author: Benjamin E. Coe <bencoe@google.com>
Source-Date: Wed May 6 13:16:18 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: be74d3e532faa47eb59f1a0eaebde0860d1d8ab4
Source-Link: googleapis/synthtool@be74d3e
  • Loading branch information
yoshi-automation committed May 8, 2020
1 parent 74af322 commit 51460e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-storage.git",
"sha": "b2eee0e272712a3018c797382ef4fe1662f9454a"
"sha": "74af32248045a57cdd49addbe269761fbf51b80e"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d"
"sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4"
}
}
]
Expand Down

0 comments on commit 51460e7

Please sign in to comment.