Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump firebase_storage from 11.2.4 to 11.6.0 #245

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Update review.yml

7b3e5d1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): bump firebase_storage from 11.2.4 to 11.6.0 #245

Update review.yml
7b3e5d1
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Tests succeeded Jan 9, 2024 in 1s

Unit Tests ✅

Tests passed successfully

✅ reports/test-results.json

28 tests were completed in 25s with 26 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
test/app/config/geo_full_test.dart 1✅ 1⚪ 864ms
test/app/landing_page_test.dart 3✅ 824ms
test/models/child_model_test.dart 1✅ 61ms
test/models/notification_model_test.dart 1✅ 25ms
test/services/app_usage_local_service_test.dart 1✅ 1⚪ 99ms
test/services/app_usage_service_test.dart 1✅ 23ms
test/services/database_service_test.dart 1✅ 20ms
test/services/firestore_service_test.dart 2✅ 30ms
test/services/notification_service_test.dart 1✅ 45ms
test/services/shared_preference_service_test.dart 1✅ 21ms
test/sign-in/email_sign_in_bloc_test.dart 1✅ 67ms
test/sign-in/sign_in_manager_test.dart 2✅ 52ms
test/sign-in/sign_in_page_test.dart 1✅ 1s
test/validators_test.dart 3✅ 23ms
test/widgets/auto_size_text_test.dart 1✅ 480ms
test/widgets/bar_chart_test.dart 1✅ 21ms
test/widgets/custom_raised_button_test.dart 1✅ 496ms
test/widgets/empty_content_test.dart 1✅ 537ms
test/widgets/feature_widget_test.dart 1✅ 20ms
test/widgets/loading_map_test.dart 1✅ 19ms

✅ test/app/config/geo_full_test.dart

✅ GeoFull Test
⚪ GeoFull Test

✅ test/app/landing_page_test.dart

✅ stream waiting
✅ null User
✅ non-null User

✅ test/models/child_model_test.dart

✅ ChildModel Constructor

✅ test/models/notification_model_test.dart

✅ NotificationModel

✅ test/services/app_usage_local_service_test.dart

AppUsage Tests
  ⚪ getAppUsage returns a list of AppUsageInfo for Android
  ✅ getAppUsage throws an exception for non-Android platforms

✅ test/services/app_usage_service_test.dart

✅ App Usage Local

✅ test/services/database_service_test.dart

✅ DatabaseServiceTest

✅ test/services/firestore_service_test.dart

✅ setChild
✅ liveUpdateChild

✅ test/services/notification_service_test.dart

✅ Notification Service

✅ test/services/shared_preference_service_test.dart

✅ SharedPreference

✅ test/sign-in/email_sign_in_bloc_test.dart

✅ When email is updated AND password is updated AND submit is called THEN model stream emits the correct event

✅ test/sign-in/sign_in_manager_test.dart

✅ sign-in success
✅ sign-in failure

✅ test/sign-in/sign_in_page_test.dart

✅ email&password navigation

✅ test/validators_test.dart

✅ non empty string
✅ empty string
✅ null string

✅ test/widgets/auto_size_text_test.dart

✅ AutoSizeText

✅ test/widgets/bar_chart_test.dart

✅ Bar Chart Test

✅ test/widgets/custom_raised_button_test.dart

✅ onPressed callback

✅ test/widgets/empty_content_test.dart

✅ Empty Content

✅ test/widgets/feature_widget_test.dart

✅ FeatureWidgetTest

✅ test/widgets/loading_map_test.dart

✅ LoadingMap