File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ commands:
63
63
steps :
64
64
- run :
65
65
name : remove Patrol
66
- command : dart pub remove patrol
66
+ command : cd example && dart pub remove patrol
67
67
- run :
68
68
name : Install Flutter Packages
69
69
command : flutter pub get --verbose
@@ -113,7 +113,11 @@ jobs:
113
113
generate_pigeons : true
114
114
remove_patrol : true
115
115
version : <<parameters.version>>
116
-
116
+ - run :
117
+ name : Install lcov
118
+ command : |
119
+ sudo apt-get update
120
+ sudo apt-get install -y lcov
117
121
- run : flutter test --coverage
118
122
- run :
119
123
working_directory : coverage
@@ -149,7 +153,7 @@ jobs:
149
153
additional-avd-args : --device 3
150
154
system-image : system-images;android-33;default;x86_64
151
155
post-emulator-launch-assemble-command : ' '
152
- test-command : patrol test -t integration_test/ --verbose
156
+ test-command : patrol test -t integration_test/
153
157
154
158
test_ios :
155
159
macos :
@@ -189,7 +193,7 @@ jobs:
189
193
name : Run E2E Tests
190
194
no_output_timeout : 30m
191
195
working_directory : example
192
- command : patrol test -t integration_test/ --verbose
196
+ command : patrol test -t integration_test/
193
197
format_flutter :
194
198
executor :
195
199
name : android/android-machine
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
android {
9
9
namespace = " com.instabug.flutter.example"
10
- compileSdk = flutter . compileSdkVersion
10
+ compileSdk = 35
11
11
ndkVersion = flutter. ndkVersion
12
12
13
13
compileOptions {
@@ -26,7 +26,7 @@ android {
26
26
defaultConfig {
27
27
applicationId " com.instabug.flutter.example"
28
28
minSdkVersion 21
29
- targetSdkVersion 34
29
+ targetSdkVersion 35
30
30
versionCode flutter. versionCode
31
31
versionName flutter. versionName
32
32
multiDexEnabled true
Original file line number Diff line number Diff line change 335
335
LastSwiftMigration = 1100;
336
336
};
337
337
BE0EAED82E32DC4A006C9C24 = {
338
- CreatedOnToolsVersion = 7.3.1;
338
+ CreatedOnToolsVersion = 12.3;
339
+ LastSwiftMigration = 1340;
339
340
TestTargetID = 97C146ED1CF9000F007C117D;
340
341
};
341
342
C090017825D9A030006F3DAE = {
1125
1126
defaultConfigurationIsVisible = 0;
1126
1127
defaultConfigurationName = Release;
1127
1128
};
1128
-
1129
1129
BE0EAEE42E32DC4A006C9C24 /* Build configuration list for PBXNativeTarget "RunnerUITests" */ = {
1130
1130
isa = XCConfigurationList;
1131
1131
buildConfigurations = (
1136
1136
defaultConfigurationIsVisible = 0;
1137
1137
defaultConfigurationName = Release;
1138
1138
};
1139
-
1140
1139
C090018325D9A031006F3DAE /* Build configuration list for PBXNativeTarget "InstabugTests" */ = {
1141
1140
isa = XCConfigurationList;
1142
1141
buildConfigurations = (
You can’t perform that action at this time.
0 commit comments