Skip to content

Commit

Permalink
Add ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jul 11, 2024
1 parent e1f8483 commit dc29788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drift/lib/src/sentry_query_executor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class SentryQueryExecutor extends QueryExecutor {
}

@override

Check warning on line 171 in drift/lib/src/sentry_query_executor.dart

View check run for this annotation

Codecov / codecov/patch

drift/lib/src/sentry_query_executor.dart#L171

Added line #L171 was not covered by tests
// ignore: override_on_non_overriding_member, public_member_api_docs
QueryExecutor beginExclusive() {
final dynamic uncheckedExecutor = _executor;

Check warning on line 174 in drift/lib/src/sentry_query_executor.dart

View check run for this annotation

Codecov / codecov/patch

drift/lib/src/sentry_query_executor.dart#L174

Added line #L174 was not covered by tests
try {
Expand Down
2 changes: 2 additions & 0 deletions drift/lib/src/sentry_transaction_executor.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'package:drift/backends.dart';
import 'package:meta/meta.dart';
import 'package:sentry/sentry.dart';

import 'sentry_span_helper.dart';

/// @nodoc
Expand Down Expand Up @@ -135,6 +136,7 @@ class SentryTransactionExecutor extends TransactionExecutor {
}

@override

Check warning on line 138 in drift/lib/src/sentry_transaction_executor.dart

View check run for this annotation

Codecov / codecov/patch

drift/lib/src/sentry_transaction_executor.dart#L138

Added line #L138 was not covered by tests
// ignore: override_on_non_overriding_member, public_member_api_docs
QueryExecutor beginExclusive() {
final dynamic uncheckedExecutor = _executor;

Check warning on line 141 in drift/lib/src/sentry_transaction_executor.dart

View check run for this annotation

Codecov / codecov/patch

drift/lib/src/sentry_transaction_executor.dart#L141

Added line #L141 was not covered by tests
try {
Expand Down

0 comments on commit dc29788

Please sign in to comment.