Skip to content

Commit 7146f5f

Browse files
authored
ci: Handle failing codecov gracefully (#1068)
1 parent a16fb6e commit 7146f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
7373
with:
7474
files: packages/dart/coverage/lcov.info
75-
fail_ci_if_error: true
75+
fail_ci_if_error: false
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
check-flutter:
7878
runs-on: ${{ matrix.os }}
@@ -139,7 +139,7 @@ jobs:
139139
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
140140
with:
141141
files: packages/flutter/coverage/lcov-full.info
142-
fail_ci_if_error: true
142+
fail_ci_if_error: false
143143
token: ${{ secrets.CODECOV_TOKEN }}
144144
auto-release-dry-run:
145145
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)