Skip to content

Commit 6641d73

Browse files
committed
Additional ignore files for coverage
1 parent 32d10a4 commit 6641d73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/gotrue/lib/src/broadcast_stub.dart

Lines changed: 1 addition & 0 deletions
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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// coverage:ignore-file
12
/// A stub for the `dart:io` [File] class.
23
typedef File = dynamic;

0 commit comments

Comments
 (0)