File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 56
56
parameters :
57
57
version :
58
58
type : string
59
- coverage :
60
- type : boolean
61
59
docker :
62
60
- image : cirrusci/flutter:<<parameters.version>>
63
61
steps :
66
64
- run : sh ./scripts/pigeon.sh
67
65
- run : flutter pub run build_runner build --delete-conflicting-outputs
68
66
- run : flutter test --coverage
69
- - when :
70
- condition : <<parameters.coverage>>
71
- steps :
72
- - run : bash <(curl -s https://codecov.io/bash)
73
67
74
68
test_android :
75
69
executor :
@@ -210,11 +204,9 @@ workflows:
210
204
- test_flutter :
211
205
name : test_flutter-stable
212
206
version : stable
213
- coverage : true
214
207
- test_flutter :
215
208
name : test_flutter-2.10.5
216
209
version : 2.10.5
217
- coverage : false
218
210
- test_android
219
211
- e2e_android_captain
220
212
- test_ios
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments