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 ee01349 commit ffe2a7eCopy full SHA for ffe2a7e
.circleci/config.yml
@@ -56,8 +56,6 @@ jobs:
56
parameters:
57
version:
58
type: string
59
- coverage:
60
- type: boolean
61
docker:
62
- image: cirrusci/flutter:<<parameters.version>>
63
steps:
@@ -66,10 +64,6 @@ jobs:
66
64
- run: sh ./scripts/pigeon.sh
67
65
- run: flutter pub run build_runner build --delete-conflicting-outputs
68
- run: flutter test --coverage
69
- - when:
70
- condition: <<parameters.coverage>>
71
- steps:
72
- - run: bash <(curl -s https://codecov.io/bash)
73
74
test_android:
75
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
215
208
name: test_flutter-2.10.5
216
209
version: 2.10.5
217
- coverage: false
218
- test_android
219
- e2e_android_captain
220
- test_ios
codecov.yml
0 commit comments