Skip to content

Commit 1692299

Browse files
authored
chore: Test empty local storage (#1123)
* Test empty local storage * Additional ignore files for coverage * Ignore unused symbol for test coverage * Add mock OTP test * add deprecation flag on ReturningOption
1 parent dfa71c9 commit 1692299

File tree

8 files changed

+1159
-0
lines changed

8 files changed

+1159
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ packages/**/pubspec.lock
7878
!**/ios/**/default.mode2v3
7979
!**/ios/**/default.pbxuser
8080
!**/ios/**/default.perspectivev3
81+
82+
/packages/*/coverage

packages/gotrue/lib/src/broadcast_stub.dart

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// coverage:ignore-file
12
import 'package:gotrue/src/types/types.dart';
23

34
/// Stub implementation of [BroadcastChannel] for platforms that don't support it.

0 commit comments

Comments
 (0)