Skip to content

Commit be74d3e

Browse files
author
Benjamin E. Coe
authored
build: do not fail builds on codecov errors (#528)
1 parent 558bb0d commit be74d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • synthtool/gcp/templates/node_library/.github/workflows

synthtool/gcp/templates/node_library/.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:

0 commit comments

Comments
 (0)