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

build(deps): Bump riverpod_lint from 2.6.2 to 2.6.3 #430

Closed
wants to merge 1 commit into from

build(deps): Bump riverpod_lint from 2.6.2 to 2.6.3

e46960a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

build(deps): Bump riverpod_lint from 2.6.2 to 2.6.3 #430

build(deps): Bump riverpod_lint from 2.6.2 to 2.6.3
e46960a
Select commit
Loading
Failed to load commit list.
GitHub Actions / flutter test report succeeded Nov 20, 2024 in 1s

9 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test_report.json

9 tests were completed in 19s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/golden_test/favorite_page_golden_test.dart 0ms
test/golden_test/recipe_edit_page_golden_test.dart 0ms
test/golden_test/recipe_page_golden_test.dart 0ms
test/golden_test/settings_page_golden_test.dart 0ms
test/golden_test/video_page_golden_test.dart 0ms
test/unit_test/image_content_type_test.dart 7✅ 82ms
test/widget_test/favorite_page_test.dart 1✅ 701ms
test/widget_test/recipe_page_test.dart 1✅ 834ms

✅ test/unit_test/image_content_type_test.dart

ContentType
  ✅ fromPath は正しい ContentType を返す
  ✅ 大文字小文字を区別しない
  ✅ 複数のドットを含むファイル名を処理できる
  ✅ サポートされていない拡張子の場合は null を返す
  ✅ 拡張子のない場合は null を返す
  ✅ 空文字の場合は null を返す
  ✅ ドットのみの場合は null を返す

✅ test/widget_test/favorite_page_test.dart

✅ FavoritePage

✅ test/widget_test/recipe_page_test.dart

✅ RecipePage