We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a9137 commit cc1df66Copy full SHA for cc1df66
1 file changed
.github/workflows/static_analysis_and_tests.yml
@@ -185,11 +185,15 @@ jobs:
185
uses: ./.github/actions/flutter_analysis_and_tests
186
with:
187
working-directory: ./vanilla
188
- read_coverage:
189
- name: Read Combined Coverage Files
+ combine_and_upload_coverage:
+ name: Combine and Upload Coverage
190
runs-on: ubuntu-latest
191
needs:
192
+ - bloc_flutter
193
+ - bloc_library
194
+ - blocs
195
- change_notifier_provider
196
+ - freezed_provider_value_notifier
197
- inherited_widget
198
- mobx
199
- mvi_base
0 commit comments