Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 9d97672

Browse files
build: do not fail builds on codecov errors (#528) (#875)
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 6c2722e commit 9d97672

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/cloud-debug-nodejs.git",
7-
"sha": "3130ad320dc69b01d43d8e39d31ce158a13311f1"
6+
"remote": "https://github.com/googleapis/cloud-debug-nodejs.git",
7+
"sha": "1e7e0f07f009ac3f210285bd8c5a10391cec1735"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "716f741f2d307b48cbe8a5bc3bc883571212344a"
14+
"sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)