Skip to content

Commit cc1df66

Browse files
committed
Add latest jobs to combined coverage
1 parent f3a9137 commit cc1df66

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/static_analysis_and_tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,15 @@ jobs:
185185
uses: ./.github/actions/flutter_analysis_and_tests
186186
with:
187187
working-directory: ./vanilla
188-
read_coverage:
189-
name: Read Combined Coverage Files
188+
combine_and_upload_coverage:
189+
name: Combine and Upload Coverage
190190
runs-on: ubuntu-latest
191191
needs:
192+
- bloc_flutter
193+
- bloc_library
194+
- blocs
192195
- change_notifier_provider
196+
- freezed_provider_value_notifier
193197
- inherited_widget
194198
- mobx
195199
- mvi_base

0 commit comments

Comments
 (0)