Skip to content

Commit ba1e882

Browse files
build: do not fail builds on codecov errors (#528) (#479)
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 bb5582d commit ba1e882

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,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-error-reporting.git",
7-
"sha": "07d7900bb9bfca103433909b30cd387be5e8cb58"
7+
"sha": "bb5582dfe6b6118d1cba9c86f1df853f898cbe8a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d"
14+
"sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)