Skip to content

Commit 2f1ca00

Browse files
build: do not fail builds on codecov errors (#528) (#667)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/13e8b547-7af0-436b-b85e-2c1942f8f36a/targets Source-Link: googleapis/synthtool@be74d3e
1 parent 380c45b commit 2f1ca00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: codecov/codecov-action@v1
2323
with:
2424
name: actions ${{ matrix.node }}
25-
fail_ci_if_error: true
25+
fail_ci_if_error: false
2626
windows:
2727
runs-on: windows-latest
2828
steps:
@@ -36,7 +36,7 @@ jobs:
3636
uses: codecov/codecov-action@v1
3737
with:
3838
name: actions windows
39-
fail_ci_if_error: true
39+
fail_ci_if_error: false
4040
lint:
4141
runs-on: ubuntu-latest
4242
steps:

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-datastore.git",
7-
"sha": "34e91359aa7cd246799a651fa5f441ed8956b930"
7+
"sha": "380c45b3a9566037c3daa37d5b5b85ba318fa281"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "ab883569eb0257bbf16a6d825fd018b3adde3912"
22+
"sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)