Skip to content

Commit 18eb9cd

Browse files
committed
Ignore unused symbol for test coverage
1 parent 6641d73 commit 18eb9cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/postgrest/lib/src/types.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@ enum CountOption {
8888
estimated,
8989
}
9090

91+
// Not used anywhere. Will be removed in the next major version.
92+
// coverage:ignore-[start]
9193
/// Returns count as part of the response when specified.
9294
enum ReturningOption {
9395
minimal,
9496
representation,
9597
}
98+
// coverage:ignore-[end]
9699

97100
/// The type of tsquery conversion to use on [query].
98101
enum TextSearchType {

0 commit comments

Comments
 (0)