Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: do not fail builds on codecov errors (#528) #170

Merged
merged 1 commit into from May 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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/teeny-request.git",
"sha": "f0fbc0ffd5ab91a6a14ee4cc4a992f4e0d67a65d"
"sha": "88ff2d0d8e0fc25a4219ef5625b8de353ed4aa29"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d"
"sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4"
}
}
]
Expand Down