Skip to content

Commit

Permalink
build: do not fail builds on codecov errors (#528) (#996)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2f68300a-9812-4342-86c6-33ab267ece4f/targets

Source-Link: googleapis/synthtool@be74d3e
  • Loading branch information
yoshi-automation committed May 8, 2020
1 parent 27f7b77 commit e7c9806
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 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
14 changes: 11 additions & 3 deletions synth.metadata
Expand Up @@ -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"
}
}
],
Expand Down

0 comments on commit e7c9806

Please sign in to comment.