Skip to content

Commit ffe2a7e

Browse files
a7medevHeshamMegid
authored andcommitted
[MOB-10967] Remove Codecov (#308)
1 parent ee01349 commit ffe2a7e

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
parameters:
5757
version:
5858
type: string
59-
coverage:
60-
type: boolean
6159
docker:
6260
- image: cirrusci/flutter:<<parameters.version>>
6361
steps:
@@ -66,10 +64,6 @@ jobs:
6664
- run: sh ./scripts/pigeon.sh
6765
- run: flutter pub run build_runner build --delete-conflicting-outputs
6866
- run: flutter test --coverage
69-
- when:
70-
condition: <<parameters.coverage>>
71-
steps:
72-
- run: bash <(curl -s https://codecov.io/bash)
7367

7468
test_android:
7569
executor:
@@ -210,11 +204,9 @@ workflows:
210204
- test_flutter:
211205
name: test_flutter-stable
212206
version: stable
213-
coverage: true
214207
- test_flutter:
215208
name: test_flutter-2.10.5
216209
version: 2.10.5
217-
coverage: false
218210
- test_android
219211
- e2e_android_captain
220212
- test_ios

codecov.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)