Skip to content

Commit

Permalink
build: do not fail builds on codecov errors (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored May 6, 2020
1 parent 558bb0d commit be74d3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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

0 comments on commit be74d3e

Please sign in to comment.