@@ -78,30 +78,30 @@ jobs:
78
78
scheme : ${{ matrix.scheme }}
79
79
generate_coverage_report : true
80
80
81
- report-coverage :
82
- name : ${{ matrix.file.scheme }} Unit Tests
83
- needs : [unit-tests-with-coverage]
84
- strategy :
85
- fail-fast : false
86
- matrix :
87
- file : [
88
- { scheme: Amplify, flags: 'Amplify,unit_tests' },
89
- { scheme: AWSPluginsCore, flags: 'AWSPluginsCore,unit_tests' },
90
- { scheme: AWSAPIPlugin, flags: 'API_plugin_unit_test,unit_tests' },
91
- { scheme: AWSCloudWatchLoggingPlugin, flags: 'Logging_plugin_unit_test,unit_tests' },
92
- { scheme: AWSCognitoAuthPlugin, flags: 'Auth_plugin_unit_test,unit_tests' },
93
- { scheme: AWSDataStorePlugin, flags: 'DataStore_plugin_unit_test,unit_tests' },
94
- { scheme: AWSLocationGeoPlugin, flags: 'Geo_plugin_unit_test,unit_tests' },
95
- { scheme: AWSPredictionsPlugin, flags: 'Predictions_plugin_unit_test,unit_tests' },
96
- { scheme: AWSPinpointAnalyticsPlugin, flags: 'Analytics_plugin_unit_test,unit_tests' },
97
- { scheme: AWSPinpointPushNotificationsPlugin, flags: 'PushNotifications_plugin_unit_test,unit_tests' },
98
- { scheme: AWSS3StoragePlugin, flags: 'Storage_plugin_unit_test,unit_tests' },
99
- { scheme: CoreMLPredictionsPlugin, flags: 'CoreMLPredictions_plugin_unit_test,unit_tests' }
100
- ]
101
- uses : ./.github/workflows/upload_coverage_report.yml
102
- with :
103
- scheme : ${{ matrix.file.scheme }}
104
- flags : ${{ matrix.file.flags }}
81
+ # report-coverage:
82
+ # name: ${{ matrix.file.scheme }} Unit Tests
83
+ # needs: [unit-tests-with-coverage]
84
+ # strategy:
85
+ # fail-fast: false
86
+ # matrix:
87
+ # file: [
88
+ # { scheme: Amplify, flags: 'Amplify,unit_tests' },
89
+ # { scheme: AWSPluginsCore, flags: 'AWSPluginsCore,unit_tests' },
90
+ # { scheme: AWSAPIPlugin, flags: 'API_plugin_unit_test,unit_tests' },
91
+ # { scheme: AWSCloudWatchLoggingPlugin, flags: 'Logging_plugin_unit_test,unit_tests' },
92
+ # { scheme: AWSCognitoAuthPlugin, flags: 'Auth_plugin_unit_test,unit_tests' },
93
+ # { scheme: AWSDataStorePlugin, flags: 'DataStore_plugin_unit_test,unit_tests' },
94
+ # { scheme: AWSLocationGeoPlugin, flags: 'Geo_plugin_unit_test,unit_tests' },
95
+ # { scheme: AWSPredictionsPlugin, flags: 'Predictions_plugin_unit_test,unit_tests' },
96
+ # { scheme: AWSPinpointAnalyticsPlugin, flags: 'Analytics_plugin_unit_test,unit_tests' },
97
+ # { scheme: AWSPinpointPushNotificationsPlugin, flags: 'PushNotifications_plugin_unit_test,unit_tests' },
98
+ # { scheme: AWSS3StoragePlugin, flags: 'Storage_plugin_unit_test,unit_tests' },
99
+ # { scheme: CoreMLPredictionsPlugin, flags: 'CoreMLPredictions_plugin_unit_test,unit_tests' }
100
+ # ]
101
+ # uses: ./.github/workflows/upload_coverage_report.yml
102
+ # with:
103
+ # scheme: ${{ matrix.file.scheme }}
104
+ # flags: ${{ matrix.file.flags }}
105
105
106
106
unit-test-pass-confirmation :
107
107
runs-on : ubuntu-latest
0 commit comments