We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16fb6e commit 7146f5fCopy full SHA for 7146f5f
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
73
with:
74
files: packages/dart/coverage/lcov.info
75
- fail_ci_if_error: true
+ fail_ci_if_error: false
76
token: ${{ secrets.CODECOV_TOKEN }}
77
check-flutter:
78
runs-on: ${{ matrix.os }}
@@ -139,7 +139,7 @@ jobs:
139
140
141
files: packages/flutter/coverage/lcov-full.info
142
143
144
auto-release-dry-run:
145
runs-on: ubuntu-latest
0 commit comments