Skip to content

Commit 45e8af7

Browse files
committed
remove unnecssary logic from coverage workflow
1 parent b303a95 commit 45e8af7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/coverage.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,13 @@ jobs:
2020
uses: dart-lang/setup-dart@v1.6.0
2121
with:
2222
sdk: "stable"
23-
- name: Setup Flutter
24-
uses: subosito/flutter-action@v2
25-
with:
26-
flutter-version: "3.16.0"
2723

2824
- name: Install Melos
2925
run: dart pub global activate melos
3026

3127
- name: Install dependencies
3228
run: melos bootstrap
3329

34-
- name: Run unit tests
35-
run: melos run unit_test
36-
37-
- name: Create coverage directory
38-
run: mkdir -p coverage
39-
4030
- name: Merge coverage
4131
run: |
4232
melos exec rm -rf coverage

0 commit comments

Comments
 (0)